Class HostedToolPermissionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.projects.HostedToolPermissionServiceAsync.WithRawResponse
public final class HostedToolPermissionServiceAsyncImpl.WithRawResponseImpl implements HostedToolPermissionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HostedToolPermissionServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>>retrieve(HostedToolPermissionRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>>update(HostedToolPermissionUpdateParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.admin.organization.projects.HostedToolPermissionServiceAsync.WithRawResponse
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
HostedToolPermissionServiceAsync.WithRawResponse 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<HttpResponseFor<ProjectHostedToolPermissions>> retrieve(HostedToolPermissionRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>> update(HostedToolPermissionUpdateParams params, RequestOptions requestOptions)
-
-
-
-