| 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.stars |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<StarsRemoveResponse> |
AsyncMethodsClient.starsRemove(RequestConfigurator<StarsRemoveRequest.StarsRemoveRequestBuilder> req) |
StarsRemoveResponse |
MethodsClient.starsRemove(RequestConfigurator<StarsRemoveRequest.StarsRemoveRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
StarsRemoveResponse |
MethodsClientImpl.starsRemove(RequestConfigurator<StarsRemoveRequest.StarsRemoveRequestBuilder> req) |
CompletableFuture<StarsRemoveResponse> |
AsyncMethodsClientImpl.starsRemove(RequestConfigurator<StarsRemoveRequest.StarsRemoveRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static StarsRemoveRequest.StarsRemoveRequestBuilder |
StarsRemoveRequest.builder() |
StarsRemoveRequest.StarsRemoveRequestBuilder |
StarsRemoveRequest.StarsRemoveRequestBuilder.channel(String channel)
Channel to remove star from, or channel where the message to remove star from was posted (used with `timestamp`).
|
StarsRemoveRequest.StarsRemoveRequestBuilder |
StarsRemoveRequest.StarsRemoveRequestBuilder.file(String file)
File to remove star from.
|
StarsRemoveRequest.StarsRemoveRequestBuilder |
StarsRemoveRequest.StarsRemoveRequestBuilder.fileComment(String fileComment)
File comment to remove star from.
|
StarsRemoveRequest.StarsRemoveRequestBuilder |
StarsRemoveRequest.StarsRemoveRequestBuilder.timestamp(String timestamp)
Timestamp of the message to remove star from.
|
StarsRemoveRequest.StarsRemoveRequestBuilder |
StarsRemoveRequest.StarsRemoveRequestBuilder.token(String token)
Authentication token.
|
Copyright © 2020. All rights reserved.