Class SlackServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.providers.SlackService.WithRawResponse
public final class SlackServiceImpl.WithRawResponseImpl implements SlackService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<SlackCheckAuthResponse>checkAuth(SlackCheckAuthParams params, RequestOptions requestOptions)HttpResponseFor<SlackListChannelsPage>listChannels(SlackListChannelsParams params, RequestOptions requestOptions)HttpResponseFor<SlackRevokeAccessResponse>revokeAccess(SlackRevokeAccessParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.blocking.providers.SlackService.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
HttpResponseFor<SlackCheckAuthResponse> checkAuth(SlackCheckAuthParams params, RequestOptions requestOptions)
-
listChannels
HttpResponseFor<SlackListChannelsPage> listChannels(SlackListChannelsParams params, RequestOptions requestOptions)
-
revokeAccess
HttpResponseFor<SlackRevokeAccessResponse> revokeAccess(SlackRevokeAccessParams params, RequestOptions requestOptions)
-
-
-
-