Interface DataRetentionServiceAsync
-
- All Implemented Interfaces:
public interface DataRetentionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceDataRetentionServiceAsync.WithRawResponseA view of DataRetentionServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract DataRetentionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract DataRetentionServiceAsync 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<OrganizationDataRetention> retrieve()
Retrieves organization data retention controls.
-
retrieve
abstract CompletableFuture<OrganizationDataRetention> retrieve(DataRetentionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<OrganizationDataRetention> retrieve(DataRetentionRetrieveParams params)
-
retrieve
CompletableFuture<OrganizationDataRetention> retrieve(RequestOptions requestOptions)
-
update
CompletableFuture<OrganizationDataRetention> update(DataRetentionUpdateParams params)
Updates organization data retention controls.
-
update
abstract CompletableFuture<OrganizationDataRetention> update(DataRetentionUpdateParams params, RequestOptions requestOptions)
-
-
-
-