Class DataRetentionServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.projects.DataRetentionService.WithRawResponse
public final class DataRetentionServiceImpl.WithRawResponseImpl implements DataRetentionService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description DataRetentionService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<ProjectDataRetention>retrieve(DataRetentionRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<ProjectDataRetention>update(DataRetentionUpdateParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.projects.DataRetentionService.WithRawResponse
retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
DataRetentionService.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
HttpResponseFor<ProjectDataRetention> retrieve(DataRetentionRetrieveParams params, RequestOptions requestOptions)
-
update
HttpResponseFor<ProjectDataRetention> update(DataRetentionUpdateParams params, RequestOptions requestOptions)
-
-
-
-