Class PermissionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.finetuning.checkpoints.PermissionServiceAsync.WithRawResponse
public final class PermissionServiceAsyncImpl.WithRawResponseImpl implements PermissionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description PermissionServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<PermissionCreatePageAsync>>
create(PermissionCreateParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<PermissionRetrieveResponse>>
retrieve(PermissionRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<PermissionDeleteResponse>>
delete(PermissionDeleteParams params, RequestOptions requestOptions)
-
Methods inherited from class com.openai.services.async.finetuning.checkpoints.PermissionServiceAsync.WithRawResponse
create, create, create, delete, delete, delete, retrieve, retrieve, retrieve, retrieve, retrieve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
PermissionServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<PermissionCreatePageAsync>> create(PermissionCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<PermissionRetrieveResponse>> retrieve(PermissionRetrieveParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<PermissionDeleteResponse>> delete(PermissionDeleteParams params, RequestOptions requestOptions)
-
-
-
-