Class SlackServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.providers.SlackServiceAsync
public final class SlackServiceAsyncImpl implements SlackServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSlackServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description SlackServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<SlackCheckAuthResponse>checkAuth(SlackCheckAuthParams params, RequestOptions requestOptions)CompletableFuture<SlackListChannelsPageAsync>listChannels(SlackListChannelsParams params, RequestOptions requestOptions)CompletableFuture<SlackRevokeAccessResponse>revokeAccess(SlackRevokeAccessParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.async.providers.SlackServiceAsync
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
-
withRawResponse
SlackServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
checkAuth
CompletableFuture<SlackCheckAuthResponse> checkAuth(SlackCheckAuthParams params, RequestOptions requestOptions)
-
listChannels
CompletableFuture<SlackListChannelsPageAsync> listChannels(SlackListChannelsParams params, RequestOptions requestOptions)
-
revokeAccess
CompletableFuture<SlackRevokeAccessResponse> revokeAccess(SlackRevokeAccessParams params, RequestOptions requestOptions)
-
-
-
-