Class HostedToolPermissionServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.projects.HostedToolPermissionServiceAsync
public final class HostedToolPermissionServiceAsyncImpl implements HostedToolPermissionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classHostedToolPermissionServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description HostedToolPermissionServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. HostedToolPermissionServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<ProjectHostedToolPermissions>retrieve(HostedToolPermissionRetrieveParams params, RequestOptions requestOptions)CompletableFuture<ProjectHostedToolPermissions>update(HostedToolPermissionUpdateParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.admin.organization.projects.HostedToolPermissionServiceAsync
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
HostedToolPermissionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
HostedToolPermissionServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<ProjectHostedToolPermissions> retrieve(HostedToolPermissionRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<ProjectHostedToolPermissions> update(HostedToolPermissionUpdateParams params, RequestOptions requestOptions)
-
-
-
-