Class ServiceAccountServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.projects.ServiceAccountServiceAsync.WithRawResponse
public final class ServiceAccountServiceAsyncImpl.WithRawResponseImpl implements ServiceAccountServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ServiceAccountServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<ServiceAccountCreateResponse>>create(ServiceAccountCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ProjectServiceAccount>>retrieve(ServiceAccountRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ProjectServiceAccount>>update(ServiceAccountUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ServiceAccountListPageAsync>>list(ServiceAccountListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ServiceAccountDeleteResponse>>delete(ServiceAccountDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.admin.organization.projects.ServiceAccountServiceAsync.WithRawResponse
create, create, create, delete, delete, delete, list, list, list, list, list, 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
-
withOptions
ServiceAccountServiceAsync.WithRawResponse 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<HttpResponseFor<ServiceAccountCreateResponse>> create(ServiceAccountCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<ProjectServiceAccount>> retrieve(ServiceAccountRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<ProjectServiceAccount>> update(ServiceAccountUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<ServiceAccountListPageAsync>> list(ServiceAccountListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<ServiceAccountDeleteResponse>> delete(ServiceAccountDeleteParams params, RequestOptions requestOptions)
-
-
-
-