| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
ViewClosed |
ViewClosed.Builder.build()
Builds a new
ViewClosed. |
static ViewClosed |
ViewClosed.copyOf(ViewClosedIF instance)
Creates an immutable copy of a
ViewClosedIF value. |
ViewClosed |
ViewClosed.withActionTs(String actionTs)
Copy the current immutable object by setting a value for the
actionTs attribute. |
ViewClosed |
ViewClosed.withCallbackId(String callbackId)
Copy the current immutable object by setting a value for the
callbackId attribute. |
ViewClosed |
ViewClosed.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
ViewClosed |
ViewClosed.withIsCleared(boolean isCleared)
Copy the current immutable object by setting a value for the
isCleared attribute. |
ViewClosed |
ViewClosed.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
ViewClosed |
ViewClosed.withToken(String token)
Copy the current immutable object by setting a value for the
token attribute. |
ViewClosed |
ViewClosed.withType(InteractiveCallbackType type)
Copy the current immutable object by setting a value for the
type attribute. |
ViewClosed |
ViewClosed.withUser(SlackUserLite user)
Copy the current immutable object by setting a value for the
user attribute. |
ViewClosed |
ViewClosed.withView(ViewPayloadBase view)
Copy the current immutable object by setting a value for the
view attribute. |
Copyright © 2020. All rights reserved.