public static interface ParameterListControl.Builder extends SdkPojo, CopyableBuilder<ParameterListControl.Builder,ParameterListControl>
| Modifier and Type | Method and Description |
|---|---|
ParameterListControl.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 ParameterListControl.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 ParameterListControl.Builder |
displayOptions(Consumer<ListControlDisplayOptions.Builder> displayOptions)
The display options of a control.
|
ParameterListControl.Builder |
displayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
|
ParameterListControl.Builder |
parameterControlId(String parameterControlId)
The ID of the
ParameterListControl. |
default ParameterListControl.Builder |
selectableValues(Consumer<ParameterSelectableValues.Builder> selectableValues)
A list of selectable values that are used in a control.
|
ParameterListControl.Builder |
selectableValues(ParameterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
ParameterListControl.Builder |
sourceParameterName(String sourceParameterName)
The source parameter name of the
ParameterListControl. |
ParameterListControl.Builder |
title(String title)
The title of the
ParameterListControl. |
ParameterListControl.Builder |
type(SheetControlListType type)
The type of
ParameterListControl. |
ParameterListControl.Builder |
type(String type)
The type of
ParameterListControl. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParameterListControl.Builder parameterControlId(String parameterControlId)
The ID of the ParameterListControl.
parameterControlId - The ID of the ParameterListControl.ParameterListControl.Builder title(String title)
The title of the ParameterListControl.
title - The title of the ParameterListControl.ParameterListControl.Builder sourceParameterName(String sourceParameterName)
The source parameter name of the ParameterListControl.
sourceParameterName - The source parameter name of the ParameterListControl.ParameterListControl.Builder displayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
displayOptions - The display options of a control.default ParameterListControl.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)ParameterListControl.Builder type(String type)
The type of ParameterListControl.
type - The type of ParameterListControl.SheetControlListType,
SheetControlListTypeParameterListControl.Builder type(SheetControlListType type)
The type of ParameterListControl.
type - The type of ParameterListControl.SheetControlListType,
SheetControlListTypeParameterListControl.Builder selectableValues(ParameterSelectableValues 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 ParameterListControl.Builder selectableValues(Consumer<ParameterSelectableValues.Builder> selectableValues)
A list of selectable values that are used in a control.
This is a convenience method that creates an instance of theParameterSelectableValues.Builder
avoiding the need to create one manually via ParameterSelectableValues.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to selectableValues(ParameterSelectableValues).
selectableValues - a consumer that will call methods on ParameterSelectableValues.BuilderselectableValues(ParameterSelectableValues)ParameterListControl.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 ParameterListControl.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.