public static interface FilterListControl.Builder extends SdkPojo, CopyableBuilder<FilterListControl.Builder,FilterListControl>
| Modifier and Type | Method and Description |
|---|---|
FilterListControl.Builder |
cascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on
what's selected in other controls.
|
default FilterListControl.Builder |
cascadingControlConfiguration(Consumer<CascadingControlConfiguration.Builder> cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on
what's selected in other controls.
|
default FilterListControl.Builder |
displayOptions(Consumer<ListControlDisplayOptions.Builder> displayOptions)
The display options of a control.
|
FilterListControl.Builder |
displayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
|
FilterListControl.Builder |
filterControlId(String filterControlId)
The ID of the
FilterListControl. |
default FilterListControl.Builder |
selectableValues(Consumer<FilterSelectableValues.Builder> selectableValues)
A list of selectable values that are used in a control.
|
FilterListControl.Builder |
selectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
FilterListControl.Builder |
sourceFilterId(String sourceFilterId)
The source filter ID of the
FilterListControl. |
FilterListControl.Builder |
title(String title)
The title of the
FilterListControl. |
FilterListControl.Builder |
type(SheetControlListType type)
The type of
FilterListControl. |
FilterListControl.Builder |
type(String type)
The type of
FilterListControl. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterListControl.Builder filterControlId(String filterControlId)
The ID of the FilterListControl.
filterControlId - The ID of the FilterListControl.FilterListControl.Builder title(String title)
The title of the FilterListControl.
title - The title of the FilterListControl.FilterListControl.Builder sourceFilterId(String sourceFilterId)
The source filter ID of the FilterListControl.
sourceFilterId - The source filter ID of the FilterListControl.FilterListControl.Builder displayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
displayOptions - The display options of a control.default FilterListControl.Builder displayOptions(Consumer<ListControlDisplayOptions.Builder> displayOptions)
The display options of a control.
This is a convenience method that creates an instance of theListControlDisplayOptions.Builder
avoiding the need to create one manually via ListControlDisplayOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to displayOptions(ListControlDisplayOptions).
displayOptions - a consumer that will call methods on ListControlDisplayOptions.BuilderdisplayOptions(ListControlDisplayOptions)FilterListControl.Builder type(String type)
The type of FilterListControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from the list.
SINGLE_SELECT: The user can select a single entry from the list.
type - The type of FilterListControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from the list.
SINGLE_SELECT: The user can select a single entry from the list.
SheetControlListType,
SheetControlListTypeFilterListControl.Builder type(SheetControlListType type)
The type of FilterListControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from the list.
SINGLE_SELECT: The user can select a single entry from the list.
type - The type of FilterListControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from the list.
SINGLE_SELECT: The user can select a single entry from the list.
SheetControlListType,
SheetControlListTypeFilterListControl.Builder selectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
selectableValues - A list of selectable values that are used in a control.default FilterListControl.Builder selectableValues(Consumer<FilterSelectableValues.Builder> selectableValues)
A list of selectable values that are used in a control.
This is a convenience method that creates an instance of theFilterSelectableValues.Builder avoiding
the need to create one manually via FilterSelectableValues.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to selectableValues(FilterSelectableValues).
selectableValues - a consumer that will call methods on FilterSelectableValues.BuilderselectableValues(FilterSelectableValues)FilterListControl.Builder cascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
cascadingControlConfiguration - The values that are displayed in a control can be configured to only show values that are valid based
on what's selected in other controls.default FilterListControl.Builder cascadingControlConfiguration(Consumer<CascadingControlConfiguration.Builder> cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
This is a convenience method that creates an instance of theCascadingControlConfiguration.Builder
avoiding the need to create one manually via CascadingControlConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to cascadingControlConfiguration(CascadingControlConfiguration).
cascadingControlConfiguration - a consumer that will call methods on CascadingControlConfiguration.BuildercascadingControlConfiguration(CascadingControlConfiguration)Copyright © 2023. All rights reserved.