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