Class PermissionServiceAsyncImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.finetuning.checkpoints.PermissionServiceAsync.WithRawResponse
 
 public final class PermissionServiceAsyncImpl.WithRawResponseImpl implements PermissionServiceAsync.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description PermissionServiceAsync.WithRawResponsewithOptions(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.WithRawResponsecreate, 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- 
                                        withOptionsPermissionServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createCompletableFuture<HttpResponseFor<PermissionCreatePageAsync>> create(PermissionCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<PermissionRetrieveResponse>> retrieve(PermissionRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<PermissionDeleteResponse>> delete(PermissionDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-