Interface DataItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DataItem.Builder,DataItem>, SdkBuilder<DataItem.Builder,DataItem>, SdkPojo
Enclosing class:
DataItem

public static interface DataItem.Builder extends SdkPojo, CopyableBuilder<DataItem.Builder,DataItem>
  • Method Details

    • overrideFormat

      DataItem.Builder overrideFormat(String overrideFormat)

      The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.

      Parameters:
      overrideFormat - The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideFormat

      DataItem.Builder overrideFormat(Format overrideFormat)

      The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.

      Parameters:
      overrideFormat - The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • rawValue

      DataItem.Builder rawValue(String rawValue)

      The raw value of the data. e.g. jsmith@example.com

      Parameters:
      rawValue - The raw value of the data. e.g. jsmith@example.com
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • formattedValue

      DataItem.Builder formattedValue(String formattedValue)

      The formatted value of the data. e.g. John Smith.

      Parameters:
      formattedValue - The formatted value of the data. e.g. John Smith.
      Returns:
      Returns a reference to this object so that method calls can be chained together.