public class UsersSelectElement extends BlockElement
| Modifier and Type | Class and Description |
|---|---|
static class |
UsersSelectElement.UsersSelectElementBuilder |
| Constructor and Description |
|---|
UsersSelectElement() |
UsersSelectElement(PlainTextObject placeholder,
String actionId,
String initialUser,
ConfirmationDialogObject confirm) |
| Modifier and Type | Method and Description |
|---|---|
static UsersSelectElement.UsersSelectElementBuilder |
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 after a menu item is selected.
|
String |
getInitialUser()
The user ID of any valid user to be pre-selected when the menu loads.
|
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 after a menu item is selected.
|
void |
setInitialUser(String initialUser)
The user ID of any valid user to be pre-selected when the menu loads.
|
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 UsersSelectElement()
public UsersSelectElement(PlainTextObject placeholder, String actionId, String initialUser, ConfirmationDialogObject confirm)
public static UsersSelectElement.UsersSelectElementBuilder builder()
public String getType()
public PlainTextObject getPlaceholder()
public String getActionId()
public String getInitialUser()
public ConfirmationDialogObject getConfirm()
public void setPlaceholder(PlainTextObject placeholder)
public void setActionId(String actionId)
public void setInitialUser(String initialUser)
public void setConfirm(ConfirmationDialogObject confirm)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.