Class AdminEmojiRenameRequest
java.lang.Object
com.slack.api.methods.request.admin.emoji.AdminEmojiRenameRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.emoji.rename
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetName()The name of the emoji to be renamed.The new name of the emoji.getToken()Authentication token bearing required scopes.inthashCode()voidThe name of the emoji to be renamed.voidsetNewName(String newName) The new name of the emoji.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
-
getName
The name of the emoji to be renamed. Colons (:myemoji:) around the value are not required, although they may be included. -
getNewName
The new name of the emoji. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setName
The name of the emoji to be renamed. Colons (:myemoji:) around the value are not required, although they may be included. -
setNewName
The new name of the emoji. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-