public static interface DataPathColor.Builder extends SdkPojo, CopyableBuilder<DataPathColor.Builder,DataPathColor>
| Modifier and Type | Method and Description |
|---|---|
DataPathColor.Builder |
color(String color)
The color that needs to be applied to the element.
|
default DataPathColor.Builder |
element(Consumer<DataPathValue.Builder> element)
The element that the color needs to be applied to.
|
DataPathColor.Builder |
element(DataPathValue element)
The element that the color needs to be applied to.
|
DataPathColor.Builder |
timeGranularity(String timeGranularity)
The time granularity of the field that the color needs to be applied to.
|
DataPathColor.Builder |
timeGranularity(TimeGranularity timeGranularity)
The time granularity of the field that the color needs to be applied to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataPathColor.Builder element(DataPathValue element)
The element that the color needs to be applied to.
element - The element that the color needs to be applied to.default DataPathColor.Builder element(Consumer<DataPathValue.Builder> element)
The element that the color needs to be applied to.
This is a convenience method that creates an instance of theDataPathValue.Builder avoiding the need
to create one manually via DataPathValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to element(DataPathValue).
element - a consumer that will call methods on DataPathValue.Builderelement(DataPathValue)DataPathColor.Builder color(String color)
The color that needs to be applied to the element.
color - The color that needs to be applied to the element.DataPathColor.Builder timeGranularity(String timeGranularity)
The time granularity of the field that the color needs to be applied to.
timeGranularity - The time granularity of the field that the color needs to be applied to.TimeGranularity,
TimeGranularityDataPathColor.Builder timeGranularity(TimeGranularity timeGranularity)
The time granularity of the field that the color needs to be applied to.
timeGranularity - The time granularity of the field that the color needs to be applied to.TimeGranularity,
TimeGranularityCopyright © 2023. All rights reserved.