public static interface CustomColor.Builder extends SdkPojo, CopyableBuilder<CustomColor.Builder,CustomColor>
| Modifier and Type | Method and Description |
|---|---|
CustomColor.Builder |
color(String color)
The color that is applied to the data value.
|
CustomColor.Builder |
fieldValue(String fieldValue)
The data value that the color is applied to.
|
CustomColor.Builder |
specialValue(SpecialValue specialValue)
The value of a special data value.
|
CustomColor.Builder |
specialValue(String specialValue)
The value of a special data value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomColor.Builder fieldValue(String fieldValue)
The data value that the color is applied to.
fieldValue - The data value that the color is applied to.CustomColor.Builder color(String color)
The color that is applied to the data value.
color - The color that is applied to the data value.CustomColor.Builder specialValue(String specialValue)
The value of a special data value.
specialValue - The value of a special data value.SpecialValue,
SpecialValueCustomColor.Builder specialValue(SpecialValue specialValue)
The value of a special data value.
specialValue - The value of a special data value.SpecialValue,
SpecialValueCopyright © 2023. All rights reserved.