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