public class AdminEmojiAddRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminEmojiAddRequest.AdminEmojiAddRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminEmojiAddRequest.AdminEmojiAddRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getName()
The name of the emoji to be removed.
|
String |
getToken()
Authentication token bearing required scopes.
|
String |
getUrl()
The URL of a file to use as an image for the emoji.
|
int |
hashCode() |
void |
setName(String name)
The name of the emoji to be removed.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
void |
setUrl(String url)
The URL of a file to use as an image for the emoji.
|
String |
toString() |
public static AdminEmojiAddRequest.AdminEmojiAddRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getName()
public String getUrl()
public void setToken(String token)
public void setName(String name)
public void setUrl(String url)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.