| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
BlockActions |
BlockActions.Builder.build()
Builds a new
BlockActions. |
static BlockActions |
BlockActions.copyOf(BlockActionsIF instance)
Creates an immutable copy of a
BlockActionsIF value. |
BlockActions |
BlockActions.withElementActions(BlockElementAction... elements)
Copy the current immutable object with elements that replace the content of
elementActions. |
BlockActions |
BlockActions.withElementActions(Iterable<? extends BlockElementAction> elements)
Copy the current immutable object with elements that replace the content of
elementActions. |
BlockActions |
BlockActions.withMessage(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
message attribute. |
BlockActions |
BlockActions.withMessage(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
message attribute. |
BlockActions |
BlockActions.withResponseUrl(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
responseUrl attribute. |
BlockActions |
BlockActions.withResponseUrl(String value)
Copy the current immutable object by setting a present value for the optional
responseUrl attribute. |
BlockActions |
BlockActions.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
BlockActions |
BlockActions.withToken(String token)
Copy the current immutable object by setting a value for the
token attribute. |
BlockActions |
BlockActions.withTriggerId(String triggerId)
Copy the current immutable object by setting a value for the
triggerId attribute. |
BlockActions |
BlockActions.withType(InteractiveCallbackType type)
Copy the current immutable object by setting a value for the
type attribute. |
BlockActions |
BlockActions.withUser(SlackUserLite user)
Copy the current immutable object by setting a value for the
user attribute. |
BlockActions |
BlockActions.withView(Optional<ViewResponseBase> optional)
Copy the current immutable object by setting an optional value for the
view attribute. |
BlockActions |
BlockActions.withView(ViewResponseBase value)
Copy the current immutable object by setting a present value for the optional
view attribute. |
Copyright © 2020. All rights reserved.