public static interface ReferenceLine.Builder extends SdkPojo, CopyableBuilder<ReferenceLine.Builder,ReferenceLine>
| Modifier and Type | Method and Description |
|---|---|
default ReferenceLine.Builder |
dataConfiguration(Consumer<ReferenceLineDataConfiguration.Builder> dataConfiguration)
The data configuration of the reference line.
|
ReferenceLine.Builder |
dataConfiguration(ReferenceLineDataConfiguration dataConfiguration)
The data configuration of the reference line.
|
default ReferenceLine.Builder |
labelConfiguration(Consumer<ReferenceLineLabelConfiguration.Builder> labelConfiguration)
The label configuration of the reference line.
|
ReferenceLine.Builder |
labelConfiguration(ReferenceLineLabelConfiguration labelConfiguration)
The label configuration of the reference line.
|
ReferenceLine.Builder |
status(String status)
The status of the reference line.
|
ReferenceLine.Builder |
status(WidgetStatus status)
The status of the reference line.
|
default ReferenceLine.Builder |
styleConfiguration(Consumer<ReferenceLineStyleConfiguration.Builder> styleConfiguration)
The style configuration of the reference line.
|
ReferenceLine.Builder |
styleConfiguration(ReferenceLineStyleConfiguration styleConfiguration)
The style configuration of the reference line.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReferenceLine.Builder status(String status)
The status of the reference line. Choose one of the following options:
ENABLE
DISABLE
status - The status of the reference line. Choose one of the following options:
ENABLE
DISABLE
WidgetStatus,
WidgetStatusReferenceLine.Builder status(WidgetStatus status)
The status of the reference line. Choose one of the following options:
ENABLE
DISABLE
status - The status of the reference line. Choose one of the following options:
ENABLE
DISABLE
WidgetStatus,
WidgetStatusReferenceLine.Builder dataConfiguration(ReferenceLineDataConfiguration dataConfiguration)
The data configuration of the reference line.
dataConfiguration - The data configuration of the reference line.default ReferenceLine.Builder dataConfiguration(Consumer<ReferenceLineDataConfiguration.Builder> dataConfiguration)
The data configuration of the reference line.
This is a convenience method that creates an instance of theReferenceLineDataConfiguration.Builder
avoiding the need to create one manually via ReferenceLineDataConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataConfiguration(ReferenceLineDataConfiguration).
dataConfiguration - a consumer that will call methods on ReferenceLineDataConfiguration.BuilderdataConfiguration(ReferenceLineDataConfiguration)ReferenceLine.Builder styleConfiguration(ReferenceLineStyleConfiguration styleConfiguration)
The style configuration of the reference line.
styleConfiguration - The style configuration of the reference line.default ReferenceLine.Builder styleConfiguration(Consumer<ReferenceLineStyleConfiguration.Builder> styleConfiguration)
The style configuration of the reference line.
This is a convenience method that creates an instance of theReferenceLineStyleConfiguration.Builder
avoiding the need to create one manually via ReferenceLineStyleConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to styleConfiguration(ReferenceLineStyleConfiguration).
styleConfiguration - a consumer that will call methods on ReferenceLineStyleConfiguration.BuilderstyleConfiguration(ReferenceLineStyleConfiguration)ReferenceLine.Builder labelConfiguration(ReferenceLineLabelConfiguration labelConfiguration)
The label configuration of the reference line.
labelConfiguration - The label configuration of the reference line.default ReferenceLine.Builder labelConfiguration(Consumer<ReferenceLineLabelConfiguration.Builder> labelConfiguration)
The label configuration of the reference line.
This is a convenience method that creates an instance of theReferenceLineLabelConfiguration.Builder
avoiding the need to create one manually via ReferenceLineLabelConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to labelConfiguration(ReferenceLineLabelConfiguration).
labelConfiguration - a consumer that will call methods on ReferenceLineLabelConfiguration.BuilderlabelConfiguration(ReferenceLineLabelConfiguration)Copyright © 2023. All rights reserved.