Class SlackServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.providers.SlackServiceAsync.WithRawResponse
public final class SlackServiceAsyncImpl.WithRawResponseImpl implements SlackServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<SlackCheckAuthResponse>>checkAuth(SlackCheckAuthParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<SlackListChannelsPageAsync>>listChannels(SlackListChannelsParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<SlackRevokeAccessResponse>>revokeAccess(SlackRevokeAccessParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.async.providers.SlackServiceAsync.WithRawResponse
checkAuth, checkAuth, checkAuth, listChannels, listChannels, listChannels, revokeAccess, revokeAccess, revokeAccess -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
checkAuth
CompletableFuture<HttpResponseFor<SlackCheckAuthResponse>> checkAuth(SlackCheckAuthParams params, RequestOptions requestOptions)
-
listChannels
CompletableFuture<HttpResponseFor<SlackListChannelsPageAsync>> listChannels(SlackListChannelsParams params, RequestOptions requestOptions)
-
revokeAccess
CompletableFuture<HttpResponseFor<SlackRevokeAccessResponse>> revokeAccess(SlackRevokeAccessParams params, RequestOptions requestOptions)
-
-
-
-