public static interface SliderControlDisplayOptions.Builder extends SdkPojo, CopyableBuilder<SliderControlDisplayOptions.Builder,SliderControlDisplayOptions>
| Modifier and Type | Method and Description |
|---|---|
default SliderControlDisplayOptions.Builder |
titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
SliderControlDisplayOptions.Builder |
titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSliderControlDisplayOptions.Builder titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
titleOptions - The options to configure the title visibility, name, and font size.default SliderControlDisplayOptions.Builder titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
This is a convenience method that creates an instance of theLabelOptions.Builder avoiding the need
to create one manually via LabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to titleOptions(LabelOptions).
titleOptions - a consumer that will call methods on LabelOptions.BuildertitleOptions(LabelOptions)Copyright © 2023. All rights reserved.