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