Package app.knock.api.services.blocking
Interface IntegrationService.WithRawResponse
-
- All Implemented Interfaces:
public interface IntegrationService.WithRawResponseA view of IntegrationService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CensusService.WithRawResponsecensus()abstract HightouchService.WithRawResponsehightouch()-
-
Method Detail
-
census
abstract CensusService.WithRawResponse census()
-
hightouch
abstract HightouchService.WithRawResponse hightouch()
-
-
-
-