public static interface CreateThemeData.Builder extends SdkPojo, CopyableBuilder<CreateThemeData.Builder,CreateThemeData>
| Modifier and Type | Method and Description |
|---|---|
CreateThemeData.Builder |
name(String name)
The name of the theme.
|
CreateThemeData.Builder |
overrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize an instance of the theme.
|
CreateThemeData.Builder |
overrides(Consumer<ThemeValues.Builder>... overrides)
Describes the properties that can be overriden to customize an instance of the theme.
|
CreateThemeData.Builder |
overrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize an instance of the theme.
|
CreateThemeData.Builder |
tags(Map<String,String> tags)
One or more key-value pairs to use when tagging the theme data.
|
CreateThemeData.Builder |
values(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
|
CreateThemeData.Builder |
values(Consumer<ThemeValues.Builder>... values)
A list of key-value pairs that defines the properties of the theme.
|
CreateThemeData.Builder |
values(ThemeValues... values)
A list of key-value pairs that defines the properties of the theme.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateThemeData.Builder name(String name)
The name of the theme.
name - The name of the theme.CreateThemeData.Builder values(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
values - A list of key-value pairs that defines the properties of the theme.CreateThemeData.Builder values(ThemeValues... values)
A list of key-value pairs that defines the properties of the theme.
values - A list of key-value pairs that defines the properties of the theme.CreateThemeData.Builder values(Consumer<ThemeValues.Builder>... values)
A list of key-value pairs that defines the properties of the theme.
This is a convenience method that creates an instance of theThemeValues.Builder avoiding the need to
create one manually via ThemeValues.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #values(List.
values - a consumer that will call methods on
ThemeValues.Builder#values(java.util.Collection) CreateThemeData.Builder overrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize an instance of the theme.
overrides - Describes the properties that can be overriden to customize an instance of the theme.CreateThemeData.Builder overrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize an instance of the theme.
overrides - Describes the properties that can be overriden to customize an instance of the theme.CreateThemeData.Builder overrides(Consumer<ThemeValues.Builder>... overrides)
Describes the properties that can be overriden to customize an instance of the theme.
This is a convenience method that creates an instance of theThemeValues.Builder avoiding the need to
create one manually via ThemeValues.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #overrides(List.
overrides - a consumer that will call methods on
ThemeValues.Builder#overrides(java.util.Collection) CreateThemeData.Builder tags(Map<String,String> tags)
One or more key-value pairs to use when tagging the theme data.
tags - One or more key-value pairs to use when tagging the theme data.Copyright © 2023. All rights reserved.