Interface FieldDefinition.Builder

  • Method Details

    • 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

      FieldDefinition.Builder fieldDataType(FieldDataType 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: