Interface Field.Builder

    • Method Detail

      • name

        Field.Builder name​(String name)

        The name of the field.

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

        Field.Builder type​(String type)

        The data type of the field.

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

        Field.Builder type​(FieldType type)

        The data type of the field.

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