Interface DataRetentionServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface DataRetentionServiceAsync.WithRawResponseA view of DataRetentionServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract DataRetentionServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<HttpResponseFor<OrganizationDataRetention>> retrieve()
Returns a raw HTTP response for
get /organization/data_retention, but is otherwise the same as DataRetentionServiceAsync.retrieve.
-
retrieve
abstract CompletableFuture<HttpResponseFor<OrganizationDataRetention>> retrieve(DataRetentionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<OrganizationDataRetention>> retrieve(DataRetentionRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<OrganizationDataRetention>> retrieve(RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<OrganizationDataRetention>> update(DataRetentionUpdateParams params)
Returns a raw HTTP response for
post /organization/data_retention, but is otherwise the same as DataRetentionServiceAsync.update.
-
update
abstract CompletableFuture<HttpResponseFor<OrganizationDataRetention>> update(DataRetentionUpdateParams params, RequestOptions requestOptions)
-
-
-
-