public static interface ColorsConfiguration.Builder extends SdkPojo, CopyableBuilder<ColorsConfiguration.Builder,ColorsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ColorsConfiguration.Builder |
customColors(Collection<CustomColor> customColors)
A list of up to 50 custom colors.
|
ColorsConfiguration.Builder |
customColors(Consumer<CustomColor.Builder>... customColors)
A list of up to 50 custom colors.
|
ColorsConfiguration.Builder |
customColors(CustomColor... customColors)
A list of up to 50 custom colors.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColorsConfiguration.Builder customColors(Collection<CustomColor> customColors)
A list of up to 50 custom colors.
customColors - A list of up to 50 custom colors.ColorsConfiguration.Builder customColors(CustomColor... customColors)
A list of up to 50 custom colors.
customColors - A list of up to 50 custom colors.ColorsConfiguration.Builder customColors(Consumer<CustomColor.Builder>... customColors)
A list of up to 50 custom colors.
This is a convenience method that creates an instance of theCustomColor.Builder avoiding the need to create one
manually via CustomColor.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #customColors(List.
customColors - a consumer that will call methods on
CustomColor.Builder#customColors(java.util.Collection) Copyright © 2023. All rights reserved.