Uses of Class
com.slack.api.methods.request.reactions.ReactionsGetRequest.ReactionsGetRequestBuilder
| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.impl | |
| com.slack.api.methods.request.reactions |
-
Uses of ReactionsGetRequest.ReactionsGetRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ReactionsGetRequest.ReactionsGetRequestBuilder Modifier and Type Method Description CompletableFuture<ReactionsGetResponse>AsyncMethodsClient. reactionsGet(RequestConfigurator<ReactionsGetRequest.ReactionsGetRequestBuilder> req)ReactionsGetResponseMethodsClient. reactionsGet(RequestConfigurator<ReactionsGetRequest.ReactionsGetRequestBuilder> req) -
Uses of ReactionsGetRequest.ReactionsGetRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ReactionsGetRequest.ReactionsGetRequestBuilder Modifier and Type Method Description CompletableFuture<ReactionsGetResponse>AsyncMethodsClientImpl. reactionsGet(RequestConfigurator<ReactionsGetRequest.ReactionsGetRequestBuilder> req)ReactionsGetResponseMethodsClientImpl. reactionsGet(RequestConfigurator<ReactionsGetRequest.ReactionsGetRequestBuilder> req) -
Uses of ReactionsGetRequest.ReactionsGetRequestBuilder in com.slack.api.methods.request.reactions
Methods in com.slack.api.methods.request.reactions that return ReactionsGetRequest.ReactionsGetRequestBuilder Modifier and Type Method Description static ReactionsGetRequest.ReactionsGetRequestBuilderReactionsGetRequest. builder()ReactionsGetRequest.ReactionsGetRequestBuilderReactionsGetRequest.ReactionsGetRequestBuilder. channel(String channel)Channel where the message to get reactions for was posted.ReactionsGetRequest.ReactionsGetRequestBuilderReactionsGetRequest.ReactionsGetRequestBuilder. file(String file)File to get reactions for.ReactionsGetRequest.ReactionsGetRequestBuilderReactionsGetRequest.ReactionsGetRequestBuilder. fileComment(String fileComment)File comment to get reactions for.ReactionsGetRequest.ReactionsGetRequestBuilderReactionsGetRequest.ReactionsGetRequestBuilder. full(boolean full)If true always return the complete reaction list.ReactionsGetRequest.ReactionsGetRequestBuilderReactionsGetRequest.ReactionsGetRequestBuilder. timestamp(String timestamp)Timestamp of the message to get reactions for.ReactionsGetRequest.ReactionsGetRequestBuilderReactionsGetRequest.ReactionsGetRequestBuilder. token(String token)Authentication token.