Class DataRetentionServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.DataRetentionServiceAsync
public final class DataRetentionServiceAsyncImpl implements DataRetentionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDataRetentionServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description DataRetentionServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. DataRetentionServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<OrganizationDataRetention>retrieve(DataRetentionRetrieveParams params, RequestOptions requestOptions)CompletableFuture<OrganizationDataRetention>update(DataRetentionUpdateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
DataRetentionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
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(DataRetentionRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<OrganizationDataRetention> update(DataRetentionUpdateParams params, RequestOptions requestOptions)
-
-
-
-