public static interface UpdateThemeData.Builder extends SdkPojo, CopyableBuilder<UpdateThemeData.Builder,UpdateThemeData>
| Modifier and Type | Method and Description |
|---|---|
UpdateThemeData.Builder |
id(String id)
The unique ID of the theme to update.
|
UpdateThemeData.Builder |
name(String name)
The name of the theme to update.
|
UpdateThemeData.Builder |
overrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize the theme.
|
UpdateThemeData.Builder |
overrides(Consumer<ThemeValues.Builder>... overrides)
Describes the properties that can be overriden to customize the theme.
|
UpdateThemeData.Builder |
overrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize the theme.
|
UpdateThemeData.Builder |
values(Collection<ThemeValues> values)
A list of key-value pairs that define the theme's properties.
|
UpdateThemeData.Builder |
values(Consumer<ThemeValues.Builder>... values)
A list of key-value pairs that define the theme's properties.
|
UpdateThemeData.Builder |
values(ThemeValues... values)
A list of key-value pairs that define the theme's properties.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateThemeData.Builder id(String id)
The unique ID of the theme to update.
id - The unique ID of the theme to update.UpdateThemeData.Builder name(String name)
The name of the theme to update.
name - The name of the theme to update.UpdateThemeData.Builder overrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize the theme.
overrides - Describes the properties that can be overriden to customize the theme.UpdateThemeData.Builder overrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize the theme.
overrides - Describes the properties that can be overriden to customize the theme.UpdateThemeData.Builder overrides(Consumer<ThemeValues.Builder>... overrides)
Describes the properties that can be overriden to customize 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) UpdateThemeData.Builder values(Collection<ThemeValues> values)
A list of key-value pairs that define the theme's properties.
values - A list of key-value pairs that define the theme's properties.UpdateThemeData.Builder values(ThemeValues... values)
A list of key-value pairs that define the theme's properties.
values - A list of key-value pairs that define the theme's properties.UpdateThemeData.Builder values(Consumer<ThemeValues.Builder>... values)
A list of key-value pairs that define the theme's properties.
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) Copyright © 2022. All rights reserved.