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