Class AdminEmojiAddRequest
java.lang.Object
com.slack.api.methods.request.admin.emoji.AdminEmojiAddRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.emoji.add
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetName()The name of the emoji to be removed.getToken()Authentication token bearing required scopes.getUrl()The URL of a file to use as an image for the emoji.inthashCode()voidThe name of the emoji to be removed.voidAuthentication token bearing required scopes.voidThe URL of a file to use as an image for the emoji.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 removed. Colons (:myemoji:) around the value are not required, although they may be included. -
getUrl
The URL of a file to use as an image for the emoji. Square images under 128KB and with transparent backgrounds work best. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setName
The name of the emoji to be removed. Colons (:myemoji:) around the value are not required, although they may be included. -
setUrl
The URL of a file to use as an image for the emoji. Square images under 128KB and with transparent backgrounds work best. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-