public static interface RowAlternateColorOptions.Builder extends SdkPojo, CopyableBuilder<RowAlternateColorOptions.Builder,RowAlternateColorOptions>
| Modifier and Type | Method and Description |
|---|---|
RowAlternateColorOptions.Builder |
rowAlternateColors(Collection<String> rowAlternateColors)
Determines the list of row alternate colors.
|
RowAlternateColorOptions.Builder |
rowAlternateColors(String... rowAlternateColors)
Determines the list of row alternate colors.
|
RowAlternateColorOptions.Builder |
status(String status)
Determines the widget status.
|
RowAlternateColorOptions.Builder |
status(WidgetStatus status)
Determines the widget status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRowAlternateColorOptions.Builder status(String status)
Determines the widget status.
status - Determines the widget status.WidgetStatus,
WidgetStatusRowAlternateColorOptions.Builder status(WidgetStatus status)
Determines the widget status.
status - Determines the widget status.WidgetStatus,
WidgetStatusRowAlternateColorOptions.Builder rowAlternateColors(Collection<String> rowAlternateColors)
Determines the list of row alternate colors.
rowAlternateColors - Determines the list of row alternate colors.RowAlternateColorOptions.Builder rowAlternateColors(String... rowAlternateColors)
Determines the list of row alternate colors.
rowAlternateColors - Determines the list of row alternate colors.Copyright © 2023. All rights reserved.