| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks.elements |
| Modifier and Type | Method and Description |
|---|---|
OverflowMenu |
OverflowMenu.Builder.build()
Builds a new
OverflowMenu. |
static OverflowMenu |
OverflowMenu.copyOf(OverflowMenuIF instance)
Creates an immutable copy of a
OverflowMenuIF value. |
static OverflowMenu |
OverflowMenu.of(String actionId,
Iterable<? extends Option> options)
Construct a new immutable
OverflowMenu instance. |
static OverflowMenu |
OverflowMenu.of(String actionId,
List<Option> options)
Construct a new immutable
OverflowMenu instance. |
OverflowMenu |
OverflowMenu.withActionId(String actionId)
Copy the current immutable object by setting a value for the
actionId attribute. |
OverflowMenu |
OverflowMenu.withConfirmationDialog(ConfirmationDialog value)
Copy the current immutable object by setting a present value for the optional
confirmationDialog attribute. |
OverflowMenu |
OverflowMenu.withConfirmationDialog(Optional<ConfirmationDialog> optional)
Copy the current immutable object by setting an optional value for the
confirmationDialog attribute. |
OverflowMenu |
OverflowMenu.withOptions(Iterable<? extends Option> elements)
Copy the current immutable object with elements that replace the content of
options. |
OverflowMenu |
OverflowMenu.withOptions(Option... elements)
Copy the current immutable object with elements that replace the content of
options. |
Copyright © 2019. All rights reserved.