public class AdminTeamsSettingsSetIconRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminTeamsSettingsSetIconRequest.AdminTeamsSettingsSetIconRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminTeamsSettingsSetIconRequest.AdminTeamsSettingsSetIconRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getImageUrl() |
String |
getTeamId()
ID for the workspace to set the icon for.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setImageUrl(String imageUrl) |
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 AdminTeamsSettingsSetIconRequest.AdminTeamsSettingsSetIconRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getTeamId()
public String getImageUrl()
public void setToken(String token)
public void setTeamId(String teamId)
public void setImageUrl(String imageUrl)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.