Class ReactionsGetRequest
java.lang.Object
com.slack.api.methods.request.reactions.ReactionsGetRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/reactions.get
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanChannel where the message to get reactions for was posted.getFile()File to get reactions for.File comment to get reactions for.Timestamp of the message to get reactions for.getToken()Authentication token.inthashCode()booleanisFull()If true always return the complete reaction list.voidsetChannel(String channel) Channel where the message to get reactions for was posted.voidFile to get reactions for.voidsetFileComment(String fileComment) File comment to get reactions for.voidsetFull(boolean full) If true always return the complete reaction list.voidsetTimestamp(String timestamp) Timestamp of the message to get reactions for.voidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `reactions:read`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getFile
File to get reactions for. -
getFileComment
File comment to get reactions for. -
getChannel
Channel where the message to get reactions for was posted. -
getTimestamp
Timestamp of the message to get reactions for. -
isFull
public boolean isFull()If true always return the complete reaction list. -
setToken
Authentication token. Requires scope: `reactions:read`- Specified by:
setTokenin interfaceSlackApiRequest
-
setFile
File to get reactions for. -
setFileComment
File comment to get reactions for. -
setChannel
Channel where the message to get reactions for was posted. -
setTimestamp
Timestamp of the message to get reactions for. -
setFull
public void setFull(boolean full) If true always return the complete reaction list. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-