Class AdminEmojiRemoveRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.emoji.AdminEmojiRemoveRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminEmojiRemoveRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.emoji.remove
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminEmojiRemoveRequest.AdminEmojiRemoveRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminEmojiRemoveRequest.AdminEmojiRemoveRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()The name of the emoji to be removed.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetName(String name)The name of the emoji to be removed.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminEmojiRemoveRequest.AdminEmojiRemoveRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getName
public String getName()
The name of the emoji to be removed. Colons (:myemoji:) around the value are not required, although they may be included.
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setName
public void setName(String name)
The name of the emoji to be removed. Colons (:myemoji:) around the value are not required, although they may be included.
-
canEqual
protected boolean canEqual(Object other)
-
-