Class AdminTeamsCreateRequest
java.lang.Object
com.slack.api.methods.request.admin.teams.AdminTeamsCreateRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminTeamsCreateRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.teams.create
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminTeamsCreateRequest.AdminTeamsCreateRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminTeamsCreateRequest.AdminTeamsCreateRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetTeamDescription()Description for the team.StringgetTeamDiscoverability()Who can join the team.StringgetTeamDomain()Team domain (for example, slacksoftballteam).StringgetTeamName()Team name (for example, Slack Softball Team).StringgetToken()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).voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
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. -
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
-