Class PermissionServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.finetuning.checkpoints.PermissionServiceAsync
public final class PermissionServiceAsyncImpl implements PermissionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
PermissionServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description PermissionServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<PermissionCreatePageAsync>
create(PermissionCreateParams params, RequestOptions requestOptions)
CompletableFuture<PermissionRetrieveResponse>
retrieve(PermissionRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<PermissionDeleteResponse>
delete(PermissionDeleteParams params, RequestOptions requestOptions)
-
Methods inherited from class com.openai.services.async.finetuning.checkpoints.PermissionServiceAsync
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
-
withRawResponse
PermissionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<PermissionCreatePageAsync> create(PermissionCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<PermissionRetrieveResponse> retrieve(PermissionRetrieveParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<PermissionDeleteResponse> delete(PermissionDeleteParams params, RequestOptions requestOptions)
-
-
-
-