public class AdminTeamsSettingsSetDescriptionRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
AdminTeamsSettingsSetDescriptionRequest.AdminTeamsSettingsSetDescriptionRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static AdminTeamsSettingsSetDescriptionRequest.AdminTeamsSettingsSetDescriptionRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getTeamId()
ID for the workspace to set the description for.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setTeamId(String teamId)
ID for the workspace to set the description for.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminTeamsSettingsSetDescriptionRequest.AdminTeamsSettingsSetDescriptionRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public String getTeamId()
public String getDescription()
public void setToken(String token)
public void setTeamId(String teamId)
public void setDescription(String description)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.