public class AdminEmojiRemoveRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
AdminEmojiRemoveRequest.AdminEmojiRemoveRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static AdminEmojiRemoveRequest.AdminEmojiRemoveRequestBuilder |
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.
|
int |
hashCode() |
void |
setName(String name)
The name of the emoji to be removed.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminEmojiRemoveRequest.AdminEmojiRemoveRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public String getName()
public void setToken(String token)
public void setName(String name)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.