Package com.openai.services.blocking
        Class ContainerServiceImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.ContainerService
 
 public final class ContainerServiceImpl implements ContainerService 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classContainerServiceImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description ContainerService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ContainerServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. FileServicefiles()ContainerCreateResponsecreate(ContainerCreateParams params, RequestOptions requestOptions)ContainerRetrieveResponseretrieve(ContainerRetrieveParams params, RequestOptions requestOptions)ContainerListPagelist(ContainerListParams params, RequestOptions requestOptions)Unitdelete(ContainerDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.ContainerServicecreate, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseContainerService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsContainerService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        filesFileService files() 
 - 
                                        createContainerCreateResponse create(ContainerCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveContainerRetrieveResponse retrieve(ContainerRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listContainerListPage list(ContainerListParams params, RequestOptions requestOptions) 
 - 
                                        deleteUnit delete(ContainerDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-