public static interface DataItem.Builder extends SdkPojo, CopyableBuilder<DataItem.Builder,DataItem>
| Modifier and Type | Method and Description |
|---|---|
DataItem.Builder |
formattedValue(String formattedValue)
The formatted value of the data.
|
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.
|
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.
|
DataItem.Builder |
rawValue(String rawValue)
The raw value of the data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataItem.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.
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.Format,
FormatDataItem.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.
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.Format,
FormatDataItem.Builder rawValue(String rawValue)
The raw value of the data. e.g. jsmith@example.com
rawValue - The raw value of the data. e.g. jsmith@example.comDataItem.Builder formattedValue(String formattedValue)
The formatted value of the data. e.g. John Smith.
formattedValue - The formatted value of the data. e.g. John Smith.Copyright © 2022. All rights reserved.