Uses of Class
com.slack.api.methods.request.reactions.ReactionsGetRequest.ReactionsGetRequestBuilder
Packages that use ReactionsGetRequest.ReactionsGetRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of ReactionsGetRequest.ReactionsGetRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ReactionsGetRequest.ReactionsGetRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClient.reactionsGet(RequestConfigurator<ReactionsGetRequest.ReactionsGetRequestBuilder> req) MethodsClient.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.ReactionsGetRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClientImpl.reactionsGet(RequestConfigurator<ReactionsGetRequest.ReactionsGetRequestBuilder> req) MethodsClientImpl.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.ReactionsGetRequestBuilderModifier and TypeMethodDescriptionReactionsGetRequest.builder()Channel where the message to get reactions for was posted.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.Timestamp of the message to get reactions for.Authentication token.