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
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 Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getName
The name of the emoji to be removed. Colons (:myemoji:) around the value are not required, although they may be included. -
setToken
Authentication token bearing required scopes. -
setName
The name of the emoji to be removed. Colons (:myemoji:) around the value are not required, although they may be included. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-