Class CertificateServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.CertificateServiceAsync
public final class CertificateServiceAsyncImpl implements CertificateServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCertificateServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.openai.services.async.admin.organization.CertificateServiceAsync
activate, create, deactivate, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update -
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.
-
create
CompletableFuture<Certificate> create(CertificateCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<Certificate> retrieve(CertificateRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<Certificate> update(CertificateUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<CertificateListPageAsync> list(CertificateListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<CertificateDeleteResponse> delete(CertificateDeleteParams params, RequestOptions requestOptions)
-
activate
CompletableFuture<CertificateActivatePageAsync> activate(CertificateActivateParams params, RequestOptions requestOptions)
-
deactivate
CompletableFuture<CertificateDeactivatePageAsync> deactivate(CertificateDeactivateParams params, RequestOptions requestOptions)
-
-
-
-