Class PermissionServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.finetuning.checkpoints.PermissionServiceAsync
 
 public final class PermissionServiceAsyncImpl implements PermissionServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classPermissionServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description PermissionServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. PermissionServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. 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.PermissionServiceAsynccreate, create, create, delete, delete, delete, retrieve, retrieve, retrieve, retrieve, retrieve
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponsePermissionServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsPermissionServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createCompletableFuture<PermissionCreatePageAsync> create(PermissionCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<PermissionRetrieveResponse> retrieve(PermissionRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<PermissionDeleteResponse> delete(PermissionDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-