Class DataRetentionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.DataRetentionServiceAsync.WithRawResponse
public final class DataRetentionServiceAsyncImpl.WithRawResponseImpl implements DataRetentionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description DataRetentionServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<OrganizationDataRetention>>retrieve(DataRetentionRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<OrganizationDataRetention>>update(DataRetentionUpdateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
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(DataRetentionRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<OrganizationDataRetention>> update(DataRetentionUpdateParams params, RequestOptions requestOptions)
-
-
-
-