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 class
AdminTeamsSettingsSetNameRequest.AdminTeamsSettingsSetNameRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminTeamsSettingsSetNameRequest.AdminTeamsSettingsSetNameRequestBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getName()
String
getTeamId()
ID for the workspace to set the icon for.String
getToken()
Authentication token bearing required scopes.int
hashCode()
void
setName(String name)
void
setTeamId(String teamId)
ID for the workspace to set the icon for.void
setToken(String token)
Authentication token bearing required scopes.String
toString()
-
-
-
Method Detail
-
builder
public static AdminTeamsSettingsSetNameRequest.AdminTeamsSettingsSetNameRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
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.- Specified by:
setToken
in interfaceSlackApiRequest
-
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)
-
-