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 classPermissionServiceImpl.WithRawResponseImpl 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description PermissionService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. PermissionServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. PermissionCreatePagecreate(PermissionCreateParams params, RequestOptions requestOptions)PermissionRetrieveResponseretrieve(PermissionRetrieveParams params, RequestOptions requestOptions)PermissionDeleteResponsedelete(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.
 
- 
                                        
withOptions
PermissionService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
create
PermissionCreatePage create(PermissionCreateParams params, RequestOptions requestOptions)
 
- 
                                        
retrieve
PermissionRetrieveResponse retrieve(PermissionRetrieveParams params, RequestOptions requestOptions)
 
- 
                                        
delete
PermissionDeleteResponse delete(PermissionDeleteParams params, RequestOptions requestOptions)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                                            
                                        
                                            
 
 -