Package app.knock.api.services.blocking
Interface ProviderService
-
- All Implemented Interfaces:
public interface ProviderService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceProviderService.WithRawResponseA view of ProviderService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract ProviderService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract SlackServiceslack()abstract MsTeamServicemsTeams()-
-
Method Detail
-
withRawResponse
abstract ProviderService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
slack
abstract SlackService slack()
-
msTeams
abstract MsTeamService msTeams()
-
-
-
-