Class ReactionsGetRequest.ReactionsGetRequestBuilder
java.lang.Object
com.slack.api.methods.request.reactions.ReactionsGetRequest.ReactionsGetRequestBuilder
- Enclosing class:
- ReactionsGetRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Channel where the message to get reactions for was posted.File to get reactions for.fileComment
(String fileComment) File comment to get reactions for.full
(boolean full) If true always return the complete reaction list.Timestamp of the message to get reactions for.Authentication token.toString()
-
Method Details
-
token
Authentication token. Requires scope: `reactions:read`- Returns:
this
.
-
file
File to get reactions for.- Returns:
this
.
-
fileComment
File comment to get reactions for.- Returns:
this
.
-
channel
Channel where the message to get reactions for was posted.- Returns:
this
.
-
timestamp
Timestamp of the message to get reactions for.- Returns:
this
.
-
full
If true always return the complete reaction list.- Returns:
this
.
-
build
-
toString
-