| 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 |
InteractiveAction.getTeam() |
SlackTeam |
InteractiveLoadOptionsRequest.getTeam() |
SlackTeam |
DialogSubmission.getTeam() |
SlackTeam |
MessageAction.getTeam() |
SlackTeam |
SlackInteractiveCallback.getTeam() |
SlackTeam |
InteractiveLoadOptionsRequestIF.getTeam() |
| Modifier and Type | Method and Description |
|---|---|
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. |
DialogSubmission.Builder |
DialogSubmission.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. |
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. |
DialogSubmission |
DialogSubmission.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. |
| 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 © 2019. All rights reserved.