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