Class ServiceAccountServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.projects.ServiceAccountService
public final class ServiceAccountServiceImpl implements ServiceAccountService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classServiceAccountServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ServiceAccountService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ServiceAccountServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ServiceAccountCreateResponsecreate(ServiceAccountCreateParams params, RequestOptions requestOptions)ProjectServiceAccountretrieve(ServiceAccountRetrieveParams params, RequestOptions requestOptions)ProjectServiceAccountupdate(ServiceAccountUpdateParams params, RequestOptions requestOptions)ServiceAccountListPagelist(ServiceAccountListParams params, RequestOptions requestOptions)ServiceAccountDeleteResponsedelete(ServiceAccountDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.projects.ServiceAccountService
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
-
withRawResponse
ServiceAccountService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ServiceAccountService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
ServiceAccountCreateResponse create(ServiceAccountCreateParams params, RequestOptions requestOptions)
-
retrieve
ProjectServiceAccount retrieve(ServiceAccountRetrieveParams params, RequestOptions requestOptions)
-
update
ProjectServiceAccount update(ServiceAccountUpdateParams params, RequestOptions requestOptions)
-
list
ServiceAccountListPage list(ServiceAccountListParams params, RequestOptions requestOptions)
-
delete
ServiceAccountDeleteResponse delete(ServiceAccountDeleteParams params, RequestOptions requestOptions)
-
-
-
-