| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks | |
| com.hubspot.slack.client.models.blocks.elements |
| Modifier and Type | Method and Description |
|---|---|
BlockElement |
Input.getElement() |
BlockElement |
InputIF.getElement() |
| Modifier and Type | Method and Description |
|---|---|
Optional<BlockElement> |
Section.getAccessory() |
Optional<BlockElement> |
SectionIF.getAccessory() |
List<BlockElement> |
Actions.getElements() |
List<BlockElement> |
ActionsIF.getElements() |
| Modifier and Type | Method and Description |
|---|---|
Actions.Builder |
Actions.Builder.addElements(BlockElement... elements)
Adds elements to
elements list. |
Actions.Builder |
Actions.Builder.addElements(BlockElement element)
Adds one element to
elements list. |
static Input |
Input.of(Text label,
BlockElement element)
Construct a new immutable
Input instance. |
Section.Builder |
Section.Builder.setAccessory(BlockElement accessory)
Initializes the optional value
accessory to accessory. |
Input.Builder |
Input.Builder.setElement(BlockElement element)
Initializes the value for the
element attribute. |
Section |
Section.withAccessory(BlockElement value)
Copy the current immutable object by setting a present value for the optional
accessory attribute. |
Input |
Input.withElement(BlockElement element)
Copy the current immutable object by setting a value for the
element attribute. |
Actions |
Actions.withElements(BlockElement... elements)
Copy the current immutable object with elements that replace the content of
elements. |
| Modifier and Type | Method and Description |
|---|---|
Actions.Builder |
Actions.Builder.addAllElements(Iterable<? extends BlockElement> elements)
Adds elements to
elements list. |
static Actions |
Actions.of(Iterable<? extends BlockElement> elements)
Construct a new immutable
Actions instance. |
static Actions |
Actions.of(List<BlockElement> elements)
Construct a new immutable
Actions instance. |
Section.Builder |
Section.Builder.setAccessory(Optional<BlockElement> accessory)
Initializes the optional value
accessory to accessory. |
Actions.Builder |
Actions.Builder.setElements(Iterable<? extends BlockElement> elements)
Sets or replaces all elements for
elements list. |
Section |
Section.withAccessory(Optional<BlockElement> optional)
Copy the current immutable object by setting an optional value for the
accessory attribute. |
Actions |
Actions.withElements(Iterable<? extends BlockElement> elements)
Copy the current immutable object with elements that replace the content of
elements. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ButtonIF |
interface |
ChannelSelectMenuIF |
interface |
ChannelsMultiSelectMenuIF |
interface |
ConversationSelectMenuIF |
interface |
ConversationsMultiSelectMenuIF |
interface |
DatePickerIF |
interface |
ExternalMultiSelectMenuIF |
interface |
ExternalSelectMenuIF |
interface |
ImageIF |
interface |
OverflowMenuIF |
interface |
PlainTextInputIF |
interface |
RadioButtonGroupIF |
interface |
StaticMultiSelectMenuIF |
interface |
StaticSelectMenuIF |
interface |
UserSelectMenuIF |
interface |
UsersMultiSelectMenuIF |
| Modifier and Type | Class and Description |
|---|---|
class |
Button
Immutable implementation of
ButtonIF. |
class |
ChannelSelectMenu
Immutable implementation of
ChannelSelectMenuIF. |
class |
ChannelsMultiSelectMenu
Immutable implementation of
ChannelsMultiSelectMenuIF. |
class |
ConversationSelectMenu
Immutable implementation of
ConversationSelectMenuIF. |
class |
ConversationsMultiSelectMenu
Immutable implementation of
ConversationsMultiSelectMenuIF. |
class |
DatePicker
Immutable implementation of
DatePickerIF. |
class |
ExternalMultiSelectMenu
Immutable implementation of
ExternalMultiSelectMenuIF. |
class |
ExternalSelectMenu
Immutable implementation of
ExternalSelectMenuIF. |
class |
Image
Immutable implementation of
ImageIF. |
class |
OverflowMenu
Immutable implementation of
OverflowMenuIF. |
class |
PlainTextInput
Immutable implementation of
PlainTextInputIF. |
class |
RadioButtonGroup
Immutable implementation of
RadioButtonGroupIF. |
class |
StaticMultiSelectMenu
Immutable implementation of
StaticMultiSelectMenuIF. |
class |
StaticSelectMenu
Immutable implementation of
StaticSelectMenuIF. |
class |
UserSelectMenu
Immutable implementation of
UserSelectMenuIF. |
class |
UsersMultiSelectMenu
Immutable implementation of
UsersMultiSelectMenuIF. |
Copyright © 2019. All rights reserved.