Class AdminTeamsSettingsSetIconRequest
java.lang.Object
com.slack.api.methods.request.admin.teams.settings.AdminTeamsSettingsSetIconRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminTeamsSettingsSetIconRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.teams.settings.setIcon
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminTeamsSettingsSetIconRequest.AdminTeamsSettingsSetIconRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminTeamsSettingsSetIconRequest.AdminTeamsSettingsSetIconRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetImageUrl()StringgetTeamId()ID for the workspace to set the icon for.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetImageUrl(String imageUrl)voidsetTeamId(String teamId)ID for the workspace to set the icon for.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getTeamId
ID for the workspace to set the icon for. -
getImageUrl
-
setToken
Authentication token bearing required scopes. -
setTeamId
ID for the workspace to set the icon for. -
setImageUrl
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-