| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction | |
| com.hubspot.slack.client.models.users |
| Modifier and Type | Method and Description |
|---|---|
SlackUserLite |
ViewSubmission.getUser() |
SlackUserLite |
DialogSubmission.getUser() |
SlackUserLite |
InteractiveAction.getUser() |
SlackUserLite |
InteractiveLoadOptionsRequest.getUser() |
SlackUserLite |
BlocksLoadOptionsRequest.getUser() |
SlackUserLite |
Shortcut.getUser() |
SlackUserLite |
MessageAction.getUser() |
SlackUserLite |
BlockActions.getUser() |
SlackUserLite |
ViewClosed.getUser() |
SlackUserLite |
BlocksLoadOptionsRequestIF.getUser() |
SlackUserLite |
SlackInteractiveCallback.getUser() |
SlackUserLite |
InteractiveLoadOptionsRequestIF.getUser() |
| Modifier and Type | Method and Description |
|---|---|
ViewSubmission.Builder |
ViewSubmission.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. |
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. |
BlocksLoadOptionsRequest.Builder |
BlocksLoadOptionsRequest.Builder.setUser(SlackUserLite user)
Initializes the value for the
user attribute. |
Shortcut.Builder |
Shortcut.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. |
BlockActions.Builder |
BlockActions.Builder.setUser(SlackUserLite user)
Initializes the value for the
user attribute. |
ViewClosed.Builder |
ViewClosed.Builder.setUser(SlackUserLite user)
Initializes the value for the
user attribute. |
ViewSubmission |
ViewSubmission.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. |
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. |
BlocksLoadOptionsRequest |
BlocksLoadOptionsRequest.withUser(SlackUserLite user)
Copy the current immutable object by setting a value for the
user attribute. |
Shortcut |
Shortcut.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. |
BlockActions |
BlockActions.withUser(SlackUserLite user)
Copy the current immutable object by setting a value for the
user attribute. |
ViewClosed |
ViewClosed.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 © 2020. All rights reserved.