| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
static ViewClosed.Builder |
ViewClosed.builder()
Creates a builder for
ViewClosed. |
ViewClosed.Builder |
ViewClosed.Builder.from(SlackInteractiveCallback instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.SlackInteractiveCallback instance. |
ViewClosed.Builder |
ViewClosed.Builder.from(ViewClosedIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.ViewClosedIF instance. |
ViewClosed.Builder |
ViewClosed.Builder.setActionTs(String actionTs)
Initializes the value for the
actionTs attribute. |
ViewClosed.Builder |
ViewClosed.Builder.setCallbackId(String callbackId)
Initializes the value for the
callbackId attribute. |
ViewClosed.Builder |
ViewClosed.Builder.setChannel(SlackChannel channel)
Initializes the value for the
channel attribute. |
ViewClosed.Builder |
ViewClosed.Builder.setIsCleared(boolean isCleared)
Initializes the value for the
isCleared attribute. |
ViewClosed.Builder |
ViewClosed.Builder.setTeam(SlackTeam team)
Initializes the value for the
team attribute. |
ViewClosed.Builder |
ViewClosed.Builder.setToken(String token)
Initializes the value for the
token attribute. |
ViewClosed.Builder |
ViewClosed.Builder.setType(InteractiveCallbackType type)
Initializes the value for the
type attribute. |
ViewClosed.Builder |
ViewClosed.Builder.setUser(SlackUserLite user)
Initializes the value for the
user attribute. |
ViewClosed.Builder |
ViewClosed.Builder.setView(ViewPayloadBase view)
Initializes the value for the
view attribute. |
Copyright © 2020. All rights reserved.