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