| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
BlockActions.Builder |
BlockActions.Builder.addAllElementActions(Iterable<? extends BlockElementAction> elements)
Adds elements to
elementActions list. |
BlockActions.Builder |
BlockActions.Builder.addElementActions(BlockElementAction... elements)
Adds elements to
elementActions list. |
BlockActions.Builder |
BlockActions.Builder.addElementActions(BlockElementAction element)
Adds one element to
elementActions list. |
static BlockActions.Builder |
BlockActions.builder()
Creates a builder for
BlockActions. |
BlockActions.Builder |
BlockActions.Builder.from(BlockActionsIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.BlockActionsIF instance. |
BlockActions.Builder |
BlockActions.Builder.from(SlackInteractiveCallback instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.SlackInteractiveCallback instance. |
BlockActions.Builder |
BlockActions.Builder.setElementActions(Iterable<? extends BlockElementAction> elements)
Sets or replaces all elements for
elementActions list. |
BlockActions.Builder |
BlockActions.Builder.setMessage(LiteMessage message)
Initializes the optional value
message to message. |
BlockActions.Builder |
BlockActions.Builder.setMessage(Optional<LiteMessage> message)
Initializes the optional value
message to message. |
BlockActions.Builder |
BlockActions.Builder.setResponseUrl(Optional<String> responseUrl)
Initializes the optional value
responseUrl to responseUrl. |
BlockActions.Builder |
BlockActions.Builder.setResponseUrl(String responseUrl)
Initializes the optional value
responseUrl to responseUrl. |
BlockActions.Builder |
BlockActions.Builder.setTeam(SlackTeam team)
Initializes the value for the
team attribute. |
BlockActions.Builder |
BlockActions.Builder.setToken(String token)
Initializes the value for the
token attribute. |
BlockActions.Builder |
BlockActions.Builder.setTriggerId(String triggerId)
Initializes the value for the
triggerId attribute. |
BlockActions.Builder |
BlockActions.Builder.setType(InteractiveCallbackType type)
Initializes the value for the
type attribute. |
BlockActions.Builder |
BlockActions.Builder.setUser(SlackUserLite user)
Initializes the value for the
user attribute. |
BlockActions.Builder |
BlockActions.Builder.setView(Optional<ViewResponseBase> view)
Initializes the optional value
view to view. |
BlockActions.Builder |
BlockActions.Builder.setView(ViewResponseBase view)
Initializes the optional value
view to view. |
Copyright © 2020. All rights reserved.