Package com.openai.core
        Interface Params
- 
                    
                    - All Implemented Interfaces:
 
 public interface ParamsAn interface representing parameters passed to a service method. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. abstract QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _headersabstract Headers _headers() The full set of headers in the parameters, including both fixed and additional headers. 
 - 
                                        _queryParamsabstract QueryParams _queryParams() The full set of query params in the parameters, including both fixed and additional query params. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-