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