| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction | |
| com.hubspot.slack.client.models.users |
| Modifier and Type | Method and Description |
|---|---|
SlackUserLite |
InteractiveAction.getUser() |
SlackUserLite |
InteractiveLoadOptionsRequest.getUser() |
SlackUserLite |
DialogSubmission.getUser() |
SlackUserLite |
MessageAction.getUser() |
SlackUserLite |
SlackInteractiveCallback.getUser() |
SlackUserLite |
InteractiveLoadOptionsRequestIF.getUser() |
| Modifier and Type | Method and Description |
|---|---|
InteractiveAction.Builder |
InteractiveAction.Builder.setUser(SlackUserLite user)
Initializes the value for the
user attribute. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setUser(SlackUserLite user)
Initializes the value for the
user attribute. |
DialogSubmission.Builder |
DialogSubmission.Builder.setUser(SlackUserLite user)
Initializes the value for the
user attribute. |
MessageAction.Builder |
MessageAction.Builder.setUser(SlackUserLite user)
Initializes the value for the
user attribute. |
InteractiveAction |
InteractiveAction.withUser(SlackUserLite user)
Copy the current immutable object by setting a value for the
user attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withUser(SlackUserLite user)
Copy the current immutable object by setting a value for the
user attribute. |
DialogSubmission |
DialogSubmission.withUser(SlackUserLite user)
Copy the current immutable object by setting a value for the
user attribute. |
MessageAction |
MessageAction.withUser(SlackUserLite user)
Copy the current immutable object by setting a value for the
user attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackUserLite |
SlackUserLite.Builder.build()
Builds a new
SlackUserLite. |
static SlackUserLite |
SlackUserLite.copyOf(SlackUserLiteIF instance)
Creates an immutable copy of a
SlackUserLiteIF value. |
SlackUserLite |
SlackUserLite.withId(String id)
Copy the current immutable object by setting a value for the
id attribute. |
SlackUserLite |
SlackUserLite.withUsername(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
username attribute. |
SlackUserLite |
SlackUserLite.withUsername(String value)
Copy the current immutable object by setting a present value for the optional
username attribute. |
Copyright © 2019. All rights reserved.