public class MultiExternalSelectElement extends BlockElement
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiExternalSelectElement.MultiExternalSelectElementBuilder |
| Constructor and Description |
|---|
MultiExternalSelectElement() |
MultiExternalSelectElement(PlainTextObject placeholder,
String actionId,
List<OptionObject> initialOptions,
Integer minQueryLength,
ConfirmationDialogObject confirm,
Integer maxSelectedItems) |
| Modifier and Type | Method and Description |
|---|---|
static MultiExternalSelectElement.MultiExternalSelectElementBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getActionId()
An identifier for the action triggered when a menu option is selected.
|
ConfirmationDialogObject |
getConfirm()
A confirm object that defines an optional confirmation dialog
that appears before the multi-select choices are submitted.
|
List<OptionObject> |
getInitialOptions()
An array of option objects that exactly match one or more of the options within options or option_groups.
|
Integer |
getMaxSelectedItems()
Specifies the maximum number of items that can be selected in the menu.
|
Integer |
getMinQueryLength()
When the typeahead field is used, a request will be sent on every character change.
|
PlainTextObject |
getPlaceholder()
A plain_text only text object that defines the placeholder text shown on the menu.
|
String |
getType() |
int |
hashCode() |
void |
setActionId(String actionId)
An identifier for the action triggered when a menu option is selected.
|
void |
setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog
that appears before the multi-select choices are submitted.
|
void |
setInitialOptions(List<OptionObject> initialOptions)
An array of option objects that exactly match one or more of the options within options or option_groups.
|
void |
setMaxSelectedItems(Integer maxSelectedItems)
Specifies the maximum number of items that can be selected in the menu.
|
void |
setMinQueryLength(Integer minQueryLength)
When the typeahead field is used, a request will be sent on every character change.
|
void |
setPlaceholder(PlainTextObject placeholder)
A plain_text only text object that defines the placeholder text shown on the menu.
|
String |
toString() |
public static final String TYPE
public MultiExternalSelectElement()
public MultiExternalSelectElement(PlainTextObject placeholder, String actionId, List<OptionObject> initialOptions, Integer minQueryLength, ConfirmationDialogObject confirm, Integer maxSelectedItems)
public static MultiExternalSelectElement.MultiExternalSelectElementBuilder builder()
public String getType()
public PlainTextObject getPlaceholder()
public String getActionId()
public List<OptionObject> getInitialOptions()
public Integer getMinQueryLength()
public ConfirmationDialogObject getConfirm()
public Integer getMaxSelectedItems()
public void setPlaceholder(PlainTextObject placeholder)
public void setActionId(String actionId)
public void setInitialOptions(List<OptionObject> initialOptions)
public void setMinQueryLength(Integer minQueryLength)
public void setConfirm(ConfirmationDialogObject confirm)
public void setMaxSelectedItems(Integer maxSelectedItems)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.