Class ReactionsRemoveRequest
java.lang.Object
com.slack.api.methods.request.reactions.ReactionsRemoveRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/reactions.remove
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanChannel where the message to remove reaction from was posted.getFile()File to remove reaction from.File comment to remove reaction from.getName()Reaction (emoji) name.Timestamp of the message to remove reaction from.getToken()Authentication token.inthashCode()voidsetChannel(String channel) Channel where the message to remove reaction from was posted.voidFile to remove reaction from.voidsetFileComment(String fileComment) File comment to remove reaction from.voidReaction (emoji) name.voidsetTimestamp(String timestamp) Timestamp of the message to remove reaction from.voidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `reactions:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getName
Reaction (emoji) name. -
getFile
File to remove reaction from. -
getFileComment
File comment to remove reaction from. -
getChannel
Channel where the message to remove reaction from was posted. -
getTimestamp
Timestamp of the message to remove reaction from. -
setToken
Authentication token. Requires scope: `reactions:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setName
Reaction (emoji) name. -
setFile
File to remove reaction from. -
setFileComment
File comment to remove reaction from. -
setChannel
Channel where the message to remove reaction from was posted. -
setTimestamp
Timestamp of the message to remove reaction from. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-