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