| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction | |
| com.hubspot.slack.client.models.response.team | |
| com.hubspot.slack.client.models.teams |
| Modifier and Type | Method and Description |
|---|---|
SlackTeam |
ViewSubmission.getTeam() |
SlackTeam |
DialogSubmission.getTeam() |
SlackTeam |
InteractiveAction.getTeam() |
SlackTeam |
InteractiveLoadOptionsRequest.getTeam() |
SlackTeam |
BlocksLoadOptionsRequest.getTeam() |
SlackTeam |
Shortcut.getTeam() |
SlackTeam |
MessageAction.getTeam() |
SlackTeam |
BlockActions.getTeam() |
SlackTeam |
ViewClosed.getTeam() |
SlackTeam |
BlocksLoadOptionsRequestIF.getTeam() |
SlackTeam |
SlackInteractiveCallback.getTeam() |
SlackTeam |
InteractiveLoadOptionsRequestIF.getTeam() |
| Modifier and Type | Method and Description |
|---|---|
ViewSubmission.Builder |
ViewSubmission.Builder.setTeam(SlackTeam team)
Initializes the value for the
team attribute. |
DialogSubmission.Builder |
DialogSubmission.Builder.setTeam(SlackTeam team)
Initializes the value for the
team attribute. |
InteractiveAction.Builder |
InteractiveAction.Builder.setTeam(SlackTeam team)
Initializes the value for the
team attribute. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setTeam(SlackTeam team)
Initializes the value for the
team attribute. |
BlocksLoadOptionsRequest.Builder |
BlocksLoadOptionsRequest.Builder.setTeam(SlackTeam team)
Initializes the value for the
team attribute. |
Shortcut.Builder |
Shortcut.Builder.setTeam(SlackTeam team)
Initializes the value for the
team attribute. |
MessageAction.Builder |
MessageAction.Builder.setTeam(SlackTeam team)
Initializes the value for the
team attribute. |
BlockActions.Builder |
BlockActions.Builder.setTeam(SlackTeam team)
Initializes the value for the
team attribute. |
ViewClosed.Builder |
ViewClosed.Builder.setTeam(SlackTeam team)
Initializes the value for the
team attribute. |
ViewSubmission |
ViewSubmission.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
DialogSubmission |
DialogSubmission.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
InteractiveAction |
InteractiveAction.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
BlocksLoadOptionsRequest |
BlocksLoadOptionsRequest.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
Shortcut |
Shortcut.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
MessageAction |
MessageAction.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
BlockActions |
BlockActions.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
ViewClosed |
ViewClosed.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackTeam |
TeamInfoResponse.getSlackTeam() |
SlackTeam |
TeamInfoResponseIF.getSlackTeam() |
| Modifier and Type | Method and Description |
|---|---|
TeamInfoResponse.Builder |
TeamInfoResponse.Builder.setSlackTeam(SlackTeam slackTeam)
Initializes the value for the
slackTeam attribute. |
TeamInfoResponse |
TeamInfoResponse.withSlackTeam(SlackTeam slackTeam)
Copy the current immutable object by setting a value for the
slackTeam attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackTeam |
SlackTeam.Builder.build()
Builds a new
SlackTeam. |
static SlackTeam |
SlackTeam.copyOf(SlackTeamIF instance)
Creates an immutable copy of a
SlackTeamIF value. |
SlackTeam |
SlackTeam.withDomain(String domain)
Copy the current immutable object by setting a value for the
domain attribute. |
SlackTeam |
SlackTeam.withEnterpriseId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
enterpriseId attribute. |
SlackTeam |
SlackTeam.withEnterpriseId(String value)
Copy the current immutable object by setting a present value for the optional
enterpriseId attribute. |
SlackTeam |
SlackTeam.withEnterpriseName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
enterpriseName attribute. |
SlackTeam |
SlackTeam.withEnterpriseName(String value)
Copy the current immutable object by setting a present value for the optional
enterpriseName attribute. |
SlackTeam |
SlackTeam.withId(String id)
Copy the current immutable object by setting a value for the
id attribute. |
Copyright © 2020. All rights reserved.