Class ReactionsAddRequest
java.lang.Object
com.slack.api.methods.request.reactions.ReactionsAddRequest
- All Implemented Interfaces:
SlackApiRequest
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanChannel where the message to add reaction to was posted.getFile()Deprecated.Deprecated.getName()Reaction (emoji) name.Timestamp of the message to add reaction to.getToken()Authentication token.inthashCode()voidsetChannel(String channel) Channel where the message to add reaction to was posted.voidDeprecated.voidsetFileComment(String fileComment) Deprecated.voidReaction (emoji) name.voidsetTimestamp(String timestamp) Timestamp of the message to add reaction to.voidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `reactions:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getName
Reaction (emoji) name. -
getFile
Deprecated.File to add reaction to. -
getFileComment
Deprecated.File comment to add reaction to. -
getChannel
Channel where the message to add reaction to was posted. -
getTimestamp
Timestamp of the message to add reaction to. -
setToken
Authentication token. Requires scope: `reactions:write` -
setName
Reaction (emoji) name. -
setFile
Deprecated.File to add reaction to. -
setFileComment
Deprecated.File comment to add reaction to. -
setChannel
Channel where the message to add reaction to was posted. -
setTimestamp
Timestamp of the message to add reaction to. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-