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
All Methods Instance Methods Concrete Methods 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 Detail
-
token
public ReactionsGetRequest.ReactionsGetRequestBuilder token(String token)
Authentication token. Requires scope: `reactions:read`- Returns:
this.
-
file
public ReactionsGetRequest.ReactionsGetRequestBuilder file(String file)
File to get reactions for.- Returns:
this.
-
fileComment
public ReactionsGetRequest.ReactionsGetRequestBuilder fileComment(String fileComment)
File comment to get reactions for.- Returns:
this.
-
channel
public ReactionsGetRequest.ReactionsGetRequestBuilder channel(String channel)
Channel where the message to get reactions for was posted.- Returns:
this.
-
timestamp
public ReactionsGetRequest.ReactionsGetRequestBuilder timestamp(String timestamp)
Timestamp of the message to get reactions for.- Returns:
this.
-
full
public ReactionsGetRequest.ReactionsGetRequestBuilder full(boolean full)
If true always return the complete reaction list.- Returns:
this.
-
build
public ReactionsGetRequest build()
-
-