Class MultiUsersSelectElement.MultiUsersSelectElementBuilder
java.lang.Object
com.slack.api.model.block.element.MultiUsersSelectElement.MultiUsersSelectElementBuilder
- Enclosing class:
- MultiUsersSelectElement
-
Method Summary
Modifier and TypeMethodDescriptionAn identifier for the action triggered when a menu option is selected.build()
confirm
(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.focusOnLoad
(Boolean focusOnLoad) Indicates whether the element will be set to autofocus within the view object.initialUsers
(List<String> initialUsers) An array of user IDs of any valid users to be pre-selected when the menu loads.maxSelectedItems
(Integer maxSelectedItems) Specifies the maximum number of items that can be selected in the menu.placeholder
(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the menu.toString()
-
Method Details
-
placeholder
public MultiUsersSelectElement.MultiUsersSelectElementBuilder placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the menu. Maximum length for the text in this field is 150 characters.- Returns:
this
.
-
actionId
An identifier for the action triggered when a menu option is selected. You can use this when you receive an interaction payload to identify the source of the action. Should be unique among all other action_ids used elsewhere by your app. Maximum length for this field is 255 characters.- Returns:
this
.
-
initialUsers
public MultiUsersSelectElement.MultiUsersSelectElementBuilder initialUsers(List<String> initialUsers) An array of user IDs of any valid users to be pre-selected when the menu loads.- Returns:
this
.
-
confirm
public MultiUsersSelectElement.MultiUsersSelectElementBuilder confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.- Returns:
this
.
-
maxSelectedItems
public MultiUsersSelectElement.MultiUsersSelectElementBuilder maxSelectedItems(Integer maxSelectedItems) Specifies the maximum number of items that can be selected in the menu. Minimum number is 1.- Returns:
this
.
-
focusOnLoad
Indicates whether the element will be set to autofocus within the view object. Only one element can be set to true. Defaults to false.- Returns:
this
.
-
build
-
toString
-