Class AdminEmojiAddAliasRequest
java.lang.Object
com.slack.api.methods.request.admin.emoji.AdminEmojiAddAliasRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminEmojiAddAliasRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.emoji.adddAlias
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminEmojiAddAliasRequest.AdminEmojiAddAliasRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminEmojiAddAliasRequest.AdminEmojiAddAliasRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAliasFor()The alias of the emoji.StringgetName()The name of the emoji to be aliased.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetAliasFor(String aliasFor)The alias of the emoji.voidsetName(String name)The name of the emoji to be aliased.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
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. -
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
-