Interface HightouchService.WithRawResponse
-
- All Implemented Interfaces:
public interface HightouchService.WithRawResponseA view of HightouchService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<HightouchEmbeddedDestinationResponse>embeddedDestination(HightouchEmbeddedDestinationParams params)Returns a raw HTTP response for post /v1/integrations/hightouch/embedded-destination, but is otherwise the same as HightouchService.embeddedDestination.abstract HttpResponseFor<HightouchEmbeddedDestinationResponse>embeddedDestination(HightouchEmbeddedDestinationParams params, RequestOptions requestOptions)-
-
Method Detail
-
embeddedDestination
@MustBeClosed() HttpResponseFor<HightouchEmbeddedDestinationResponse> embeddedDestination(HightouchEmbeddedDestinationParams params)
Returns a raw HTTP response for
post /v1/integrations/hightouch/embedded-destination, but is otherwise the same as HightouchService.embeddedDestination.
-
embeddedDestination
@MustBeClosed() abstract HttpResponseFor<HightouchEmbeddedDestinationResponse> embeddedDestination(HightouchEmbeddedDestinationParams params, RequestOptions requestOptions)
-
-
-
-