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