Package app.knock.api.services.blocking
Interface ChannelService
-
- All Implemented Interfaces:
public interface ChannelService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceChannelService.WithRawResponseA view of ChannelService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract ChannelService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract BulkServicebulk()-
-
Method Detail
-
withRawResponse
abstract ChannelService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
bulk
abstract BulkService bulk()
-
-
-
-