Class AdminTeamsSettingsSetDescriptionRequest
java.lang.Object
com.slack.api.methods.request.admin.teams.settings.AdminTeamsSettingsSetDescriptionRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.teams.settings.setDescription
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanID for the workspace to set the description for.getToken()Authentication token bearing required scopes.inthashCode()voidsetDescription(String description) voidID for the workspace to set the description for.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
public static AdminTeamsSettingsSetDescriptionRequest.AdminTeamsSettingsSetDescriptionRequestBuilder 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 description for. -
getDescription
-
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setTeamId
ID for the workspace to set the description for. -
setDescription
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-