public static interface ThemeValues.Builder extends SdkPojo, CopyableBuilder<ThemeValues.Builder,ThemeValues>
| Modifier and Type | Method and Description |
|---|---|
ThemeValues.Builder |
key(String key)
The name of the property.
|
default ThemeValues.Builder |
value(Consumer<ThemeValue.Builder> value)
The value of the property.
|
ThemeValues.Builder |
value(ThemeValue value)
The value of the property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThemeValues.Builder key(String key)
The name of the property.
key - The name of the property.ThemeValues.Builder value(ThemeValue value)
The value of the property.
value - The value of the property.default ThemeValues.Builder value(Consumer<ThemeValue.Builder> value)
The value of the property.
This is a convenience method that creates an instance of theThemeValue.Builder avoiding the need to
create one manually via ThemeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to value(ThemeValue).
value - a consumer that will call methods on ThemeValue.Buildervalue(ThemeValue)Copyright © 2023. All rights reserved.