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