public static interface VisualTitleLabelOptions.Builder extends SdkPojo, CopyableBuilder<VisualTitleLabelOptions.Builder,VisualTitleLabelOptions>
| Modifier and Type | Method and Description |
|---|---|
default VisualTitleLabelOptions.Builder |
formatText(Consumer<ShortFormatText.Builder> formatText)
The short text format of the title label, such as plain text or rich text.
|
VisualTitleLabelOptions.Builder |
formatText(ShortFormatText formatText)
The short text format of the title label, such as plain text or rich text.
|
VisualTitleLabelOptions.Builder |
visibility(String visibility)
The visibility of the title label.
|
VisualTitleLabelOptions.Builder |
visibility(Visibility visibility)
The visibility of the title label.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVisualTitleLabelOptions.Builder visibility(String visibility)
The visibility of the title label.
visibility - The visibility of the title label.Visibility,
VisibilityVisualTitleLabelOptions.Builder visibility(Visibility visibility)
The visibility of the title label.
visibility - The visibility of the title label.Visibility,
VisibilityVisualTitleLabelOptions.Builder formatText(ShortFormatText formatText)
The short text format of the title label, such as plain text or rich text.
formatText - The short text format of the title label, such as plain text or rich text.default VisualTitleLabelOptions.Builder formatText(Consumer<ShortFormatText.Builder> formatText)
The short text format of the title label, such as plain text or rich text.
This is a convenience method that creates an instance of theShortFormatText.Builder avoiding the
need to create one manually via ShortFormatText.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to formatText(ShortFormatText).
formatText - a consumer that will call methods on ShortFormatText.BuilderformatText(ShortFormatText)Copyright © 2023. All rights reserved.