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