Class DataRetentionServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.projects.DataRetentionService
public final class DataRetentionServiceImpl implements DataRetentionService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDataRetentionServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description DataRetentionService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. DataRetentionServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ProjectDataRetentionretrieve(DataRetentionRetrieveParams params, RequestOptions requestOptions)ProjectDataRetentionupdate(DataRetentionUpdateParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.projects.DataRetentionService
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
-
withRawResponse
DataRetentionService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
DataRetentionService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
ProjectDataRetention retrieve(DataRetentionRetrieveParams params, RequestOptions requestOptions)
-
update
ProjectDataRetention update(DataRetentionUpdateParams params, RequestOptions requestOptions)
-
-
-
-