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 boolean
boolean
Channel 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.int
hashCode()
void
setChannel
(String channel) Channel where the message to add reaction to was posted.void
Deprecated.void
setFileComment
(String fileComment) Deprecated.void
Reaction (emoji) name.void
setTimestamp
(String timestamp) Timestamp of the message to add reaction to.void
Authentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `reactions:write`- Specified by:
getToken
in 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
-