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