public static interface RelativeDateTimeControlDisplayOptions.Builder extends SdkPojo, CopyableBuilder<RelativeDateTimeControlDisplayOptions.Builder,RelativeDateTimeControlDisplayOptions>
| Modifier and Type | Method and Description |
|---|---|
RelativeDateTimeControlDisplayOptions.Builder |
dateTimeFormat(String dateTimeFormat)
Customize how dates are formatted in controls.
|
default RelativeDateTimeControlDisplayOptions.Builder |
titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
RelativeDateTimeControlDisplayOptions.Builder |
titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRelativeDateTimeControlDisplayOptions.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 RelativeDateTimeControlDisplayOptions.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)RelativeDateTimeControlDisplayOptions.Builder dateTimeFormat(String dateTimeFormat)
Customize how dates are formatted in controls.
dateTimeFormat - Customize how dates are formatted in controls.Copyright © 2023. All rights reserved.