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