Interface HightouchService
-
- All Implemented Interfaces:
public interface HightouchService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceHightouchService.WithRawResponseA view of HightouchService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract HightouchService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. HightouchEmbeddedDestinationResponseembeddedDestination(HightouchEmbeddedDestinationParams params)Processes a Hightouch embedded destination RPC request. abstract HightouchEmbeddedDestinationResponseembeddedDestination(HightouchEmbeddedDestinationParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract HightouchService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
embeddedDestination
HightouchEmbeddedDestinationResponse embeddedDestination(HightouchEmbeddedDestinationParams params)
Processes a Hightouch embedded destination RPC request.
-
embeddedDestination
abstract HightouchEmbeddedDestinationResponse embeddedDestination(HightouchEmbeddedDestinationParams params, RequestOptions requestOptions)
-
-
-
-