public static interface LabelOptions.Builder extends SdkPojo, CopyableBuilder<LabelOptions.Builder,LabelOptions>
| Modifier and Type | Method and Description |
|---|---|
LabelOptions.Builder |
customLabel(String customLabel)
The text for the label.
|
default LabelOptions.Builder |
fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the label.
|
LabelOptions.Builder |
fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the label.
|
LabelOptions.Builder |
visibility(String visibility)
Determines whether or not the label is visible.
|
LabelOptions.Builder |
visibility(Visibility visibility)
Determines whether or not the label is visible.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLabelOptions.Builder visibility(String visibility)
Determines whether or not the label is visible.
visibility - Determines whether or not the label is visible.Visibility,
VisibilityLabelOptions.Builder visibility(Visibility visibility)
Determines whether or not the label is visible.
visibility - Determines whether or not the label is visible.Visibility,
VisibilityLabelOptions.Builder fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the label.
fontConfiguration - The font configuration of the label.default LabelOptions.Builder fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the label.
This is a convenience method that creates an instance of theFontConfiguration.Builder avoiding the
need to create one manually via FontConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fontConfiguration(FontConfiguration).
fontConfiguration - a consumer that will call methods on FontConfiguration.BuilderfontConfiguration(FontConfiguration)LabelOptions.Builder customLabel(String customLabel)
The text for the label.
customLabel - The text for the label.Copyright © 2023. All rights reserved.