| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
DialogSubmission |
DialogSubmission.Builder.build()
Builds a new
DialogSubmission. |
static DialogSubmission |
DialogSubmission.copyOf(DialogSubmissionIF instance)
Creates an immutable copy of a
DialogSubmissionIF value. |
DialogSubmission |
DialogSubmission.withActionTs(String actionTs)
Copy the current immutable object by setting a value for the
actionTs attribute. |
DialogSubmission |
DialogSubmission.withCallbackId(String callbackId)
Copy the current immutable object by setting a value for the
callbackId attribute. |
DialogSubmission |
DialogSubmission.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
DialogSubmission |
DialogSubmission.withState(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
state attribute. |
DialogSubmission |
DialogSubmission.withState(String value)
Copy the current immutable object by setting a present value for the optional
state attribute. |
DialogSubmission |
DialogSubmission.withSubmission(Map<String,? extends Optional<String>> submission)
Copy the current immutable object by replacing the
submission map with the specified map. |
DialogSubmission |
DialogSubmission.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
DialogSubmission |
DialogSubmission.withToken(String token)
Copy the current immutable object by setting a value for the
token attribute. |
DialogSubmission |
DialogSubmission.withType(InteractiveCallbackType type)
Copy the current immutable object by setting a value for the
type attribute. |
DialogSubmission |
DialogSubmission.withUser(SlackUserLite user)
Copy the current immutable object by setting a value for the
user attribute. |
Copyright © 2019. All rights reserved.