Class ReactionsGetRequest.ReactionsGetRequestBuilder
java.lang.Object
com.slack.api.methods.request.reactions.ReactionsGetRequest.ReactionsGetRequestBuilder
- Enclosing class:
- ReactionsGetRequest
public static class ReactionsGetRequest.ReactionsGetRequestBuilder extends Object
-
Method Summary
Modifier and Type Method Description ReactionsGetRequestbuild()ReactionsGetRequest.ReactionsGetRequestBuilderchannel(String channel)Channel where the message to get reactions for was posted.ReactionsGetRequest.ReactionsGetRequestBuilderfile(String file)File to get reactions for.ReactionsGetRequest.ReactionsGetRequestBuilderfileComment(String fileComment)File comment to get reactions for.ReactionsGetRequest.ReactionsGetRequestBuilderfull(boolean full)If true always return the complete reaction list.ReactionsGetRequest.ReactionsGetRequestBuildertimestamp(String timestamp)Timestamp of the message to get reactions for.ReactionsGetRequest.ReactionsGetRequestBuildertoken(String token)Authentication token.StringtoString()
-
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
-