Interface SlackService
-
- All Implemented Interfaces:
public interface SlackService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceSlackService.WithRawResponseA view of SlackService that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract SlackService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
checkAuth
SlackCheckAuthResponse checkAuth(String channelId, SlackCheckAuthParams params)
Check if a Slack channel is authenticated.
-
checkAuth
SlackCheckAuthResponse checkAuth(String channelId, SlackCheckAuthParams params, RequestOptions requestOptions)
-
checkAuth
SlackCheckAuthResponse checkAuth(SlackCheckAuthParams params)
-
checkAuth
abstract SlackCheckAuthResponse checkAuth(SlackCheckAuthParams params, RequestOptions requestOptions)
-
listChannels
SlackListChannelsPage listChannels(String channelId, SlackListChannelsParams params)
List Slack channels for a Slack workspace.
-
listChannels
SlackListChannelsPage listChannels(String channelId, SlackListChannelsParams params, RequestOptions requestOptions)
-
listChannels
SlackListChannelsPage listChannels(SlackListChannelsParams params)
-
listChannels
abstract SlackListChannelsPage listChannels(SlackListChannelsParams params, RequestOptions requestOptions)
-
revokeAccess
SlackRevokeAccessResponse revokeAccess(String channelId, SlackRevokeAccessParams params)
Revoke access for a Slack channel.
-
revokeAccess
SlackRevokeAccessResponse revokeAccess(String channelId, SlackRevokeAccessParams params, RequestOptions requestOptions)
-
revokeAccess
SlackRevokeAccessResponse revokeAccess(SlackRevokeAccessParams params)
-
revokeAccess
abstract SlackRevokeAccessResponse revokeAccess(SlackRevokeAccessParams params, RequestOptions requestOptions)
-
-
-
-