public static class ReactionsGetRequest.ReactionsGetRequestBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
ReactionsGetRequest |
build() |
ReactionsGetRequest.ReactionsGetRequestBuilder |
channel(String channel)
Channel where the message to get reactions for was posted.
|
ReactionsGetRequest.ReactionsGetRequestBuilder |
file(String file)
File to get reactions for.
|
ReactionsGetRequest.ReactionsGetRequestBuilder |
fileComment(String fileComment)
File comment to get reactions for.
|
ReactionsGetRequest.ReactionsGetRequestBuilder |
full(boolean full)
If true always return the complete reaction list.
|
ReactionsGetRequest.ReactionsGetRequestBuilder |
timestamp(String timestamp)
Timestamp of the message to get reactions for.
|
ReactionsGetRequest.ReactionsGetRequestBuilder |
token(String token)
Authentication token.
|
String |
toString() |
public ReactionsGetRequest.ReactionsGetRequestBuilder token(String token)
public ReactionsGetRequest.ReactionsGetRequestBuilder file(String file)
public ReactionsGetRequest.ReactionsGetRequestBuilder fileComment(String fileComment)
public ReactionsGetRequest.ReactionsGetRequestBuilder channel(String channel)
public ReactionsGetRequest.ReactionsGetRequestBuilder timestamp(String timestamp)
public ReactionsGetRequest.ReactionsGetRequestBuilder full(boolean full)
public ReactionsGetRequest build()
Copyright © 2020. All rights reserved.