Interface SlackServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface SlackServiceAsync.WithRawResponseA view of SlackServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
checkAuth
@MustBeClosed() CompletableFuture<HttpResponseFor<SlackCheckAuthResponse>> checkAuth(String channelId, SlackCheckAuthParams params)
Returns a raw HTTP response for
get /v1/providers/slack/{channel_id}/auth_check, but is otherwise the same as SlackServiceAsync.checkAuth.
-
checkAuth
@MustBeClosed() CompletableFuture<HttpResponseFor<SlackCheckAuthResponse>> checkAuth(String channelId, SlackCheckAuthParams params, RequestOptions requestOptions)
-
checkAuth
@MustBeClosed() CompletableFuture<HttpResponseFor<SlackCheckAuthResponse>> checkAuth(SlackCheckAuthParams params)
-
checkAuth
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<SlackCheckAuthResponse>> checkAuth(SlackCheckAuthParams params, RequestOptions requestOptions)
-
listChannels
@MustBeClosed() CompletableFuture<HttpResponseFor<SlackListChannelsPageAsync>> listChannels(String channelId, SlackListChannelsParams params)
Returns a raw HTTP response for
get /v1/providers/slack/{channel_id}/channels, but is otherwise the same as SlackServiceAsync.listChannels.
-
listChannels
@MustBeClosed() CompletableFuture<HttpResponseFor<SlackListChannelsPageAsync>> listChannels(String channelId, SlackListChannelsParams params, RequestOptions requestOptions)
-
listChannels
@MustBeClosed() CompletableFuture<HttpResponseFor<SlackListChannelsPageAsync>> listChannels(SlackListChannelsParams params)
-
listChannels
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<SlackListChannelsPageAsync>> listChannels(SlackListChannelsParams params, RequestOptions requestOptions)
-
revokeAccess
@MustBeClosed() CompletableFuture<HttpResponseFor<SlackRevokeAccessResponse>> revokeAccess(String channelId, SlackRevokeAccessParams params)
Returns a raw HTTP response for
put /v1/providers/slack/{channel_id}/revoke_access, but is otherwise the same as SlackServiceAsync.revokeAccess.
-
revokeAccess
@MustBeClosed() CompletableFuture<HttpResponseFor<SlackRevokeAccessResponse>> revokeAccess(String channelId, SlackRevokeAccessParams params, RequestOptions requestOptions)
-
revokeAccess
@MustBeClosed() CompletableFuture<HttpResponseFor<SlackRevokeAccessResponse>> revokeAccess(SlackRevokeAccessParams params)
-
revokeAccess
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<SlackRevokeAccessResponse>> revokeAccess(SlackRevokeAccessParams params, RequestOptions requestOptions)
-
-
-
-