Class AdminEmojiRenameRequest
java.lang.Object
com.slack.api.methods.request.admin.emoji.AdminEmojiRenameRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminEmojiRenameRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.emoji.rename
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminEmojiRenameRequest.AdminEmojiRenameRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminEmojiRenameRequest.AdminEmojiRenameRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()The name of the emoji to be renamed.StringgetNewName()The new name of the emoji.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetName(String name)The name of the emoji to be renamed.voidsetNewName(String newName)The new name of the emoji.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 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. -
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
-