Interface IndividualServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface IndividualServiceAsync.WithRawResponseA view of IndividualServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<IndividualUpdateResponse>>update(SandboxIndividualUpdateParams params)Returns a raw HTTP response for put /sandbox/individual/{individual_id}, but is otherwise the same as IndividualServiceAsync.update.abstract CompletableFuture<HttpResponseFor<IndividualUpdateResponse>>update(SandboxIndividualUpdateParams params, RequestOptions requestOptions)-
-
Method Detail
-
update
@MustBeClosed() CompletableFuture<HttpResponseFor<IndividualUpdateResponse>> update(SandboxIndividualUpdateParams params)
Returns a raw HTTP response for
put /sandbox/individual/{individual_id}, but is otherwise the same as IndividualServiceAsync.update.
-
update
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<IndividualUpdateResponse>> update(SandboxIndividualUpdateParams params, RequestOptions requestOptions)
-
-
-
-