Class AdminTeamsSettingsSetNameRequest
java.lang.Object
com.slack.api.methods.request.admin.teams.settings.AdminTeamsSettingsSetNameRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.teams.settings.setName
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetName()ID for the workspace to set the icon for.getToken()Authentication token bearing required scopes.inthashCode()voidvoidID for the workspace to set the icon for.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
-
getTeamId
ID for the workspace to set the icon for. -
getName
-
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setTeamId
ID for the workspace to set the icon for. -
setName
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-