| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.Builder.build()
Builds a new
InteractiveLoadOptionsRequest. |
static InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.copyOf(InteractiveLoadOptionsRequestIF instance)
Creates an immutable copy of a
InteractiveLoadOptionsRequestIF value. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withActionTs(String actionTs)
Copy the current immutable object by setting a value for the
actionTs attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withAttachmentId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
attachmentId attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withAttachmentId(String value)
Copy the current immutable object by setting a present value for the optional
attachmentId attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withCallbackId(String callbackId)
Copy the current immutable object by setting a value for the
callbackId attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withMessageTs(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
messageTs attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withMessageTs(String value)
Copy the current immutable object by setting a present value for the optional
messageTs attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withName(String name)
Copy the current immutable object by setting a value for the
name attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withToken(String token)
Copy the current immutable object by setting a value for the
token attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withType(InteractiveLoadOptionsRequestType type)
Copy the current immutable object by setting a value for the
type attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withUser(SlackUserLite user)
Copy the current immutable object by setting a value for the
user attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withValue(String value)
Copy the current immutable object by setting a value for the
value attribute. |
Copyright © 2019. All rights reserved.