Class AdminTeamsCreateRequest
java.lang.Object
com.slack.api.methods.request.admin.teams.AdminTeamsCreateRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.teams.create
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanDescription for the team.Who can join the team.Team domain (for example, slacksoftballteam).Team name (for example, Slack Softball Team).getToken()Authentication token bearing required scopes.inthashCode()voidsetTeamDescription(String teamDescription) Description for the team.voidsetTeamDiscoverability(String teamDiscoverability) Who can join the team.voidsetTeamDomain(String teamDomain) Team domain (for example, slacksoftballteam).voidsetTeamName(String teamName) Team name (for example, Slack Softball Team).voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getTeamDomain
Team domain (for example, slacksoftballteam). -
getTeamName
Team name (for example, Slack Softball Team). -
getTeamDescription
Description for the team. -
getTeamDiscoverability
Who can join the team. A team's discoverability can be open, closed, invite_only, or unlisted. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setTeamDomain
Team domain (for example, slacksoftballteam). -
setTeamName
Team name (for example, Slack Softball Team). -
setTeamDescription
Description for the team. -
setTeamDiscoverability
Who can join the team. A team's discoverability can be open, closed, invite_only, or unlisted. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-