Class PermissionServiceImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.finetuning.checkpoints.PermissionService.WithRawResponse
 
 public final class PermissionServiceImpl.WithRawResponseImpl implements PermissionService.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description PermissionService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<PermissionCreatePage>create(PermissionCreateParams params, RequestOptions requestOptions)HttpResponseFor<PermissionRetrieveResponse>retrieve(PermissionRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<PermissionDeleteResponse>delete(PermissionDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.finetuning.checkpoints.PermissionService.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- 
                                        withOptionsPermissionService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createHttpResponseFor<PermissionCreatePage> create(PermissionCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveHttpResponseFor<PermissionRetrieveResponse> retrieve(PermissionRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        deleteHttpResponseFor<PermissionDeleteResponse> delete(PermissionDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-