Package app.knock.api.services.blocking
Class IntegrationServiceImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.IntegrationService
public final class IntegrationServiceImpl implements IntegrationService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIntegrationServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description IntegrationService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CensusServicecensus()HightouchServicehightouch()-
-
Method Detail
-
withRawResponse
IntegrationService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
census
CensusService census()
-
hightouch
HightouchService hightouch()
-
-
-
-