Package app.knock.api.services.async
Interface IntegrationServiceAsync
-
- All Implemented Interfaces:
public interface IntegrationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceIntegrationServiceAsync.WithRawResponseA view of IntegrationServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract IntegrationServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract CensusServiceAsynccensus()abstract HightouchServiceAsynchightouch()-
-
Method Detail
-
withRawResponse
abstract IntegrationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
census
abstract CensusServiceAsync census()
-
hightouch
abstract HightouchServiceAsync hightouch()
-
-
-
-