| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks.elements |
| Modifier and Type | Method and Description |
|---|---|
UserSelectMenu |
UserSelectMenu.Builder.build()
Builds a new
UserSelectMenu. |
static UserSelectMenu |
UserSelectMenu.copyOf(UserSelectMenuIF instance)
Creates an immutable copy of a
UserSelectMenuIF value. |
static UserSelectMenu |
UserSelectMenu.of(Text placeholder,
String actionId)
Construct a new immutable
UserSelectMenu instance. |
UserSelectMenu |
UserSelectMenu.withActionId(String actionId)
Copy the current immutable object by setting a value for the
actionId attribute. |
UserSelectMenu |
UserSelectMenu.withConfirmationDialog(ConfirmationDialog value)
Copy the current immutable object by setting a present value for the optional
confirmationDialog attribute. |
UserSelectMenu |
UserSelectMenu.withConfirmationDialog(Optional<ConfirmationDialog> optional)
Copy the current immutable object by setting an optional value for the
confirmationDialog attribute. |
UserSelectMenu |
UserSelectMenu.withInitialUserId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
initialUserId attribute. |
UserSelectMenu |
UserSelectMenu.withInitialUserId(String value)
Copy the current immutable object by setting a present value for the optional
initialUserId attribute. |
UserSelectMenu |
UserSelectMenu.withPlaceholder(Text placeholder)
Copy the current immutable object by setting a value for the
placeholder attribute. |
Copyright © 2019. All rights reserved.