| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks.elements |
| Modifier and Type | Method and Description |
|---|---|
ExternalMultiSelectMenu |
ExternalMultiSelectMenu.Builder.build()
Builds a new
ExternalMultiSelectMenu. |
static ExternalMultiSelectMenu |
ExternalMultiSelectMenu.copyOf(ExternalMultiSelectMenuIF instance)
Creates an immutable copy of a
ExternalMultiSelectMenuIF value. |
static ExternalMultiSelectMenu |
ExternalMultiSelectMenu.of(Text placeholder,
String actionId)
Construct a new immutable
ExternalMultiSelectMenu instance. |
ExternalMultiSelectMenu |
ExternalMultiSelectMenu.withActionId(String actionId)
Copy the current immutable object by setting a value for the
actionId attribute. |
ExternalMultiSelectMenu |
ExternalMultiSelectMenu.withConfirmationDialog(ConfirmationDialog value)
Copy the current immutable object by setting a present value for the optional
confirmationDialog attribute. |
ExternalMultiSelectMenu |
ExternalMultiSelectMenu.withConfirmationDialog(Optional<ConfirmationDialog> optional)
Copy the current immutable object by setting an optional value for the
confirmationDialog attribute. |
ExternalMultiSelectMenu |
ExternalMultiSelectMenu.withInitialOptions(Iterable<? extends OptionOrOptionGroup> elements)
Copy the current immutable object with elements that replace the content of
initialOptions. |
ExternalMultiSelectMenu |
ExternalMultiSelectMenu.withInitialOptions(OptionOrOptionGroup... elements)
Copy the current immutable object with elements that replace the content of
initialOptions. |
ExternalMultiSelectMenu |
ExternalMultiSelectMenu.withMinQueryLength(Integer value)
Copy the current immutable object by setting a present value for the optional
minQueryLength attribute. |
ExternalMultiSelectMenu |
ExternalMultiSelectMenu.withMinQueryLength(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
minQueryLength attribute. |
ExternalMultiSelectMenu |
ExternalMultiSelectMenu.withPlaceholder(Text placeholder)
Copy the current immutable object by setting a value for the
placeholder attribute. |
Copyright © 2019. All rights reserved.