Interface FieldDefinition.Builder

    • Method Detail

      • name

        FieldDefinition.Builder name​(String name)

        The name of the field in the entity schema.

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

        FieldDefinition.Builder fieldDataType​(String fieldDataType)

        The data type of the field.

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