public class AdminTeamsSettingsSetNameRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
AdminTeamsSettingsSetNameRequest.AdminTeamsSettingsSetNameRequestBuilder |
Modifier and Type | Method and 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() |
public static AdminTeamsSettingsSetNameRequest.AdminTeamsSettingsSetNameRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public String getTeamId()
public String getName()
public void setToken(String token)
public void setTeamId(String teamId)
public void setName(String name)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.