Class AdminTeamsSettingsSetNameRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.teams.settings.AdminTeamsSettingsSetNameRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminTeamsSettingsSetNameRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.teams.settings.setName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminTeamsSettingsSetNameRequest.AdminTeamsSettingsSetNameRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminTeamsSettingsSetNameRequest.AdminTeamsSettingsSetNameRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()StringgetTeamId()ID for the workspace to set the icon for.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetName(String name)voidsetTeamId(String teamId)ID for the workspace to set the icon for.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminTeamsSettingsSetNameRequest.AdminTeamsSettingsSetNameRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getTeamId
public String getTeamId()
ID for the workspace to set the icon for.
-
getName
public String getName()
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setTeamId
public void setTeamId(String teamId)
ID for the workspace to set the icon for.
-
setName
public void setName(String name)
-
canEqual
protected boolean canEqual(Object other)
-
-