| Package | Description |
|---|---|
| com.hubspot.slack.client.models.teams |
| Modifier and Type | Method and Description |
|---|---|
static SlackTeam.Builder |
SlackTeam.builder()
Creates a builder for
SlackTeam. |
SlackTeam.Builder |
SlackTeam.Builder.from(SlackTeamIF instance)
Fill a builder with attribute values from the provided
SlackTeamIF instance. |
SlackTeam.Builder |
SlackTeam.Builder.setDomain(String domain)
Initializes the value for the
domain attribute. |
SlackTeam.Builder |
SlackTeam.Builder.setEnterpriseId(Optional<String> enterpriseId)
Initializes the optional value
enterpriseId to enterpriseId. |
SlackTeam.Builder |
SlackTeam.Builder.setEnterpriseId(String enterpriseId)
Initializes the optional value
enterpriseId to enterpriseId. |
SlackTeam.Builder |
SlackTeam.Builder.setEnterpriseName(Optional<String> enterpriseName)
Initializes the optional value
enterpriseName to enterpriseName. |
SlackTeam.Builder |
SlackTeam.Builder.setEnterpriseName(String enterpriseName)
Initializes the optional value
enterpriseName to enterpriseName. |
SlackTeam.Builder |
SlackTeam.Builder.setId(String id)
Initializes the value for the
id attribute. |
Copyright © 2019. All rights reserved.