Interface SlackServiceAsync
-
- All Implemented Interfaces:
public interface SlackServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceSlackServiceAsync.WithRawResponseA view of SlackServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract SlackServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
checkAuth
CompletableFuture<SlackCheckAuthResponse> checkAuth(String channelId, SlackCheckAuthParams params)
Check if a Slack channel is authenticated.
-
checkAuth
CompletableFuture<SlackCheckAuthResponse> checkAuth(String channelId, SlackCheckAuthParams params, RequestOptions requestOptions)
-
checkAuth
CompletableFuture<SlackCheckAuthResponse> checkAuth(SlackCheckAuthParams params)
-
checkAuth
abstract CompletableFuture<SlackCheckAuthResponse> checkAuth(SlackCheckAuthParams params, RequestOptions requestOptions)
-
listChannels
CompletableFuture<SlackListChannelsPageAsync> listChannels(String channelId, SlackListChannelsParams params)
List Slack channels for a Slack workspace.
-
listChannels
CompletableFuture<SlackListChannelsPageAsync> listChannels(String channelId, SlackListChannelsParams params, RequestOptions requestOptions)
-
listChannels
CompletableFuture<SlackListChannelsPageAsync> listChannels(SlackListChannelsParams params)
-
listChannels
abstract CompletableFuture<SlackListChannelsPageAsync> listChannels(SlackListChannelsParams params, RequestOptions requestOptions)
-
revokeAccess
CompletableFuture<SlackRevokeAccessResponse> revokeAccess(String channelId, SlackRevokeAccessParams params)
Revoke access for a Slack channel.
-
revokeAccess
CompletableFuture<SlackRevokeAccessResponse> revokeAccess(String channelId, SlackRevokeAccessParams params, RequestOptions requestOptions)
-
revokeAccess
CompletableFuture<SlackRevokeAccessResponse> revokeAccess(SlackRevokeAccessParams params)
-
revokeAccess
abstract CompletableFuture<SlackRevokeAccessResponse> revokeAccess(SlackRevokeAccessParams params, RequestOptions requestOptions)
-
-
-
-