| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
ViewSubmission |
ViewSubmission.Builder.build()
Builds a new
ViewSubmission. |
static ViewSubmission |
ViewSubmission.copyOf(ViewSubmissionIF instance)
Creates an immutable copy of a
ViewSubmissionIF value. |
ViewSubmission |
ViewSubmission.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
ViewSubmission |
ViewSubmission.withToken(String token)
Copy the current immutable object by setting a value for the
token attribute. |
ViewSubmission |
ViewSubmission.withType(InteractiveCallbackType type)
Copy the current immutable object by setting a value for the
type attribute. |
ViewSubmission |
ViewSubmission.withUser(SlackUserLite user)
Copy the current immutable object by setting a value for the
user attribute. |
ViewSubmission |
ViewSubmission.withView(ViewInteractionPayload view)
Copy the current immutable object by setting a value for the
view attribute. |
Copyright © 2020. All rights reserved.