Package com.openai.services.blocking
Class AdminServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.AdminService
public final class AdminServiceImpl implements AdminService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAdminServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AdminService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AdminServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. OrganizationServiceorganization()-
-
Method Detail
-
withRawResponse
AdminService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AdminService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
organization
OrganizationService organization()
-
-
-
-