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