Class ProjectServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.ProjectServiceAsync
public final class ProjectServiceAsyncImpl implements ProjectServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.openai.services.async.admin.organization.ProjectServiceAsync
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
ProjectServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ProjectServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
users
UserServiceAsync users()
-
serviceAccounts
ServiceAccountServiceAsync serviceAccounts()
-
apiKeys
ApiKeyServiceAsync apiKeys()
-
rateLimits
RateLimitServiceAsync rateLimits()
-
modelPermissions
ModelPermissionServiceAsync modelPermissions()
-
hostedToolPermissions
HostedToolPermissionServiceAsync hostedToolPermissions()
-
groups
GroupServiceAsync groups()
-
roles
RoleServiceAsync roles()
-
dataRetention
DataRetentionServiceAsync dataRetention()
-
spendAlerts
SpendAlertServiceAsync spendAlerts()
-
certificates
CertificateServiceAsync certificates()
-
create
CompletableFuture<Project> create(ProjectCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<Project> retrieve(ProjectRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<Project> update(ProjectUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<ProjectListPageAsync> list(ProjectListParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<Project> archive(ProjectArchiveParams params, RequestOptions requestOptions)
-
-
-
-