Class ProjectServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.ProjectService.WithRawResponse
public final class ProjectServiceImpl.WithRawResponseImpl implements ProjectService.WithRawResponse
-
-
Method Summary
-
Methods inherited from class com.openai.services.blocking.admin.organization.ProjectService.WithRawResponse
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
-
withOptions
ProjectService.WithRawResponse 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.WithRawResponse users()
-
serviceAccounts
ServiceAccountService.WithRawResponse serviceAccounts()
-
apiKeys
ApiKeyService.WithRawResponse apiKeys()
-
rateLimits
RateLimitService.WithRawResponse rateLimits()
-
modelPermissions
ModelPermissionService.WithRawResponse modelPermissions()
-
hostedToolPermissions
HostedToolPermissionService.WithRawResponse hostedToolPermissions()
-
groups
GroupService.WithRawResponse groups()
-
roles
RoleService.WithRawResponse roles()
-
dataRetention
DataRetentionService.WithRawResponse dataRetention()
-
spendAlerts
SpendAlertService.WithRawResponse spendAlerts()
-
certificates
CertificateService.WithRawResponse certificates()
-
create
HttpResponseFor<Project> create(ProjectCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<Project> retrieve(ProjectRetrieveParams params, RequestOptions requestOptions)
-
update
HttpResponseFor<Project> update(ProjectUpdateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<ProjectListPage> list(ProjectListParams params, RequestOptions requestOptions)
-
archive
HttpResponseFor<Project> archive(ProjectArchiveParams params, RequestOptions requestOptions)
-
-
-
-