public static class ExternalSelectElement.ExternalSelectElementBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
ExternalSelectElement.ExternalSelectElementBuilder |
actionId(String actionId)
An identifier for the action triggered when a menu option is selected.
|
ExternalSelectElement |
build() |
ExternalSelectElement.ExternalSelectElementBuilder |
confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
ExternalSelectElement.ExternalSelectElementBuilder |
initialOption(OptionObject initialOption)
A single option that exactly matches one of the options within the options or
option_groups loaded from the external data source.
|
ExternalSelectElement.ExternalSelectElementBuilder |
minQueryLength(Integer minQueryLength)
When the typeahead field is used, a request will be sent on every character change.
|
ExternalSelectElement.ExternalSelectElementBuilder |
placeholder(PlainTextObject placeholder)
A plain_text only text object that defines the placeholder text shown on the menu.
|
String |
toString() |
public ExternalSelectElement.ExternalSelectElementBuilder placeholder(PlainTextObject placeholder)
public ExternalSelectElement.ExternalSelectElementBuilder actionId(String actionId)
public ExternalSelectElement.ExternalSelectElementBuilder initialOption(OptionObject initialOption)
public ExternalSelectElement.ExternalSelectElementBuilder minQueryLength(Integer minQueryLength)
public ExternalSelectElement.ExternalSelectElementBuilder confirm(ConfirmationDialogObject confirm)
public ExternalSelectElement build()
Copyright © 2020. All rights reserved.