Class ProjectServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.ProjectService
public final class ProjectServiceImpl implements ProjectService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectServiceImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.openai.services.blocking.admin.organization.ProjectService
archive, archive, archive, archive, archive, create, 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
ProjectService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ProjectService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
users
UserService users()
-
serviceAccounts
ServiceAccountService serviceAccounts()
-
apiKeys
ApiKeyService apiKeys()
-
rateLimits
RateLimitService rateLimits()
-
modelPermissions
ModelPermissionService modelPermissions()
-
hostedToolPermissions
HostedToolPermissionService hostedToolPermissions()
-
groups
GroupService groups()
-
roles
RoleService roles()
-
dataRetention
DataRetentionService dataRetention()
-
spendAlerts
SpendAlertService spendAlerts()
-
certificates
CertificateService certificates()
-
create
Project create(ProjectCreateParams params, RequestOptions requestOptions)
-
retrieve
Project retrieve(ProjectRetrieveParams params, RequestOptions requestOptions)
-
update
Project update(ProjectUpdateParams params, RequestOptions requestOptions)
-
list
ProjectListPage list(ProjectListParams params, RequestOptions requestOptions)
-
archive
Project archive(ProjectArchiveParams params, RequestOptions requestOptions)
-
-
-
-