Class CertificateServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.projects.CertificateService.WithRawResponse
public final class CertificateServiceImpl.WithRawResponseImpl implements CertificateService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CertificateService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<CertificateListPage>list(CertificateListParams params, RequestOptions requestOptions)HttpResponseFor<CertificateActivatePage>activate(CertificateActivateParams params, RequestOptions requestOptions)HttpResponseFor<CertificateDeactivatePage>deactivate(CertificateDeactivateParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.projects.CertificateService.WithRawResponse
activate, activate, activate, deactivate, deactivate, deactivate, list, list, list, list, list -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
CertificateService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
HttpResponseFor<CertificateListPage> list(CertificateListParams params, RequestOptions requestOptions)
-
activate
HttpResponseFor<CertificateActivatePage> activate(CertificateActivateParams params, RequestOptions requestOptions)
-
deactivate
HttpResponseFor<CertificateDeactivatePage> deactivate(CertificateDeactivateParams params, RequestOptions requestOptions)
-
-
-
-