Class AdminEmojiAddAliasRequest
java.lang.Object
com.slack.api.methods.request.admin.emoji.AdminEmojiAddAliasRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.emoji.addAlias
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe alias of the emoji.getName()The name of the emoji to be aliased.getToken()Authentication token bearing required scopes.inthashCode()voidsetAliasFor(String aliasFor) The alias of the emoji.voidThe name of the emoji to be aliased.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getAliasFor
The alias of the emoji. -
getName
The name of the emoji to be aliased. Colons (:myemoji:) around the value are not required, although they may be included. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setAliasFor
The alias of the emoji. -
setName
The name of the emoji to be aliased. Colons (:myemoji:) around the value are not required, although they may be included. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-