public class AdminEmojiAddAliasRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
AdminEmojiAddAliasRequest.AdminEmojiAddAliasRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static AdminEmojiAddAliasRequest.AdminEmojiAddAliasRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAliasFor()
The alias of the emoji.
|
String |
getName()
The name of the emoji to be aliased.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setAliasFor(String aliasFor)
The alias of the emoji.
|
void |
setName(String name)
The name of the emoji to be aliased.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminEmojiAddAliasRequest.AdminEmojiAddAliasRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public String getAliasFor()
public String getName()
public void setToken(String token)
public void setAliasFor(String aliasFor)
public void setName(String name)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.