Interface OutputColumn.Builder

  • Method Details

    • name

      The display name of the column..

      Parameters:
      name - The display name of the column..
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      OutputColumn.Builder description(String description)

      A description for a column.

      Parameters:
      description - A description for a column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The data type of the column.

      Parameters:
      type - The data type of the column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The data type of the column.

      Parameters:
      type - The data type of the column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • subType

      OutputColumn.Builder subType(String subType)

      The sub data type of the column.

      Parameters:
      subType - The sub data type of the column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • subType

      The sub data type of the column.

      Parameters:
      subType - The sub data type of the column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: