Class CertificateServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.projects.CertificateServiceAsync
public final class CertificateServiceAsyncImpl implements CertificateServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCertificateServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description CertificateServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CertificateServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<CertificateListPageAsync>list(CertificateListParams params, RequestOptions requestOptions)CompletableFuture<CertificateActivatePageAsync>activate(CertificateActivateParams params, RequestOptions requestOptions)CompletableFuture<CertificateDeactivatePageAsync>deactivate(CertificateDeactivateParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.admin.organization.projects.CertificateServiceAsync
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
-
withRawResponse
CertificateServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
CertificateServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<CertificateListPageAsync> list(CertificateListParams params, RequestOptions requestOptions)
-
activate
CompletableFuture<CertificateActivatePageAsync> activate(CertificateActivateParams params, RequestOptions requestOptions)
-
deactivate
CompletableFuture<CertificateDeactivatePageAsync> deactivate(CertificateDeactivateParams params, RequestOptions requestOptions)
-
-
-
-