Uses of Class
com.slack.api.methods.request.stars.StarsRemoveRequest.StarsRemoveRequestBuilder
Packages that use StarsRemoveRequest.StarsRemoveRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of StarsRemoveRequest.StarsRemoveRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type StarsRemoveRequest.StarsRemoveRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClient.starsRemove(RequestConfigurator<StarsRemoveRequest.StarsRemoveRequestBuilder> req) Deprecated.MethodsClient.starsRemove(RequestConfigurator<StarsRemoveRequest.StarsRemoveRequestBuilder> req) Deprecated. -
Uses of StarsRemoveRequest.StarsRemoveRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type StarsRemoveRequest.StarsRemoveRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClientImpl.starsRemove(RequestConfigurator<StarsRemoveRequest.StarsRemoveRequestBuilder> req) Deprecated.MethodsClientImpl.starsRemove(RequestConfigurator<StarsRemoveRequest.StarsRemoveRequestBuilder> req) Deprecated. -
Uses of StarsRemoveRequest.StarsRemoveRequestBuilder in com.slack.api.methods.request.stars
Methods in com.slack.api.methods.request.stars that return StarsRemoveRequest.StarsRemoveRequestBuilderModifier and TypeMethodDescriptionStarsRemoveRequest.builder()Channel to remove star from, or channel where the message to remove star from was posted (used with `timestamp`).File to remove star from.StarsRemoveRequest.StarsRemoveRequestBuilder.fileComment(String fileComment) File comment to remove star from.Timestamp of the message to remove star from.Authentication token.