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