| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
static InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.builder()
Creates a builder for
InteractiveLoadOptionsRequest. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.from(InteractiveLoadOptionsRequestIF instance)
Fill a builder with attribute values from the provided
InteractiveLoadOptionsRequestIF instance. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setActionTs(String actionTs)
Initializes the value for the
actionTs attribute. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setAttachmentId(Optional<String> attachmentId)
Initializes the optional value
attachmentId to attachmentId. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setAttachmentId(String attachmentId)
Initializes the optional value
attachmentId to attachmentId. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setCallbackId(String callbackId)
Initializes the value for the
callbackId attribute. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setChannel(SlackChannel channel)
Initializes the value for the
channel attribute. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setMessageTs(Optional<String> messageTs)
Initializes the optional value
messageTs to messageTs. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setMessageTs(String messageTs)
Initializes the optional value
messageTs to messageTs. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setName(String name)
Initializes the value for the
name attribute. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setTeam(SlackTeam team)
Initializes the value for the
team attribute. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setToken(String token)
Initializes the value for the
token attribute. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setType(InteractiveLoadOptionsRequestType type)
Initializes the value for the
type attribute. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setUser(SlackUserLite user)
Initializes the value for the
user attribute. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setValue(String value)
Initializes the value for the
value attribute. |
Copyright © 2019. All rights reserved.