@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultFilterDropDownControlOptions extends Object implements Serializable, Cloneable, StructuredPojo
The default options that correspond to the Dropdown filter control type.
| Constructor and Description |
|---|
DefaultFilterDropDownControlOptions() |
| Modifier and Type | Method and Description |
|---|---|
DefaultFilterDropDownControlOptions |
clone() |
boolean |
equals(Object obj) |
DropDownControlDisplayOptions |
getDisplayOptions()
The display options of a control.
|
FilterSelectableValues |
getSelectableValues()
A list of selectable values that are used in a control.
|
String |
getType()
The type of the
FilterDropDownControl. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of a control.
|
void |
setSelectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
void |
setType(String type)
The type of the
FilterDropDownControl. |
String |
toString()
Returns a string representation of this object.
|
DefaultFilterDropDownControlOptions |
withDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of a control.
|
DefaultFilterDropDownControlOptions |
withSelectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
DefaultFilterDropDownControlOptions |
withType(SheetControlListType type)
The type of the
FilterDropDownControl. |
DefaultFilterDropDownControlOptions |
withType(String type)
The type of the
FilterDropDownControl. |
public void setDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of a control.
displayOptions - The display options of a control.public DropDownControlDisplayOptions getDisplayOptions()
The display options of a control.
public DefaultFilterDropDownControlOptions withDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of a control.
displayOptions - The display options of a control.public void setType(String type)
The type of the FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
type - The type of the FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
SheetControlListTypepublic String getType()
The type of the FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
SheetControlListTypepublic DefaultFilterDropDownControlOptions withType(String type)
The type of the FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
type - The type of the FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
SheetControlListTypepublic DefaultFilterDropDownControlOptions withType(SheetControlListType type)
The type of the FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
type - The type of the FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
SheetControlListTypepublic void setSelectableValues(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.public FilterSelectableValues getSelectableValues()
A list of selectable values that are used in a control.
public DefaultFilterDropDownControlOptions withSelectableValues(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.public String toString()
toString in class ObjectObject.toString()public DefaultFilterDropDownControlOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.