Class DataRetentionServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.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. OrganizationDataRetentionretrieve(DataRetentionRetrieveParams params, RequestOptions requestOptions)OrganizationDataRetentionupdate(DataRetentionUpdateParams params, RequestOptions requestOptions)-
-
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
OrganizationDataRetention retrieve(DataRetentionRetrieveParams params, RequestOptions requestOptions)
-
update
OrganizationDataRetention update(DataRetentionUpdateParams params, RequestOptions requestOptions)
-
-
-
-