Class FileCreateParams
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.core.Params
 
 public final class FileCreateParams implements Params Create a Container File You can send either a multipart/form-data request with the raw file content, or a JSON request with a file ID. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classFileCreateParams.BuilderA builder for FileCreateParams. public final classFileCreateParams.Body
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<String>containerId()final Optional<InputStream>file()The File object (not file name) to be uploaded. final Optional<String>fileId()Name of the file to create. final MultipartField<InputStream>_file()Returns the raw multipart value of file. final MultipartField<String>_fileId()Returns the raw multipart value of fileId. final Map<String, JsonValue>_additionalBodyProperties()final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final FileCreateParams.BuildertoBuilder()final Map<String, MultipartField<?>>_body()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileCreateParamsnone()final static FileCreateParams.Builderbuilder()Returns a mutable builder for constructing an instance of FileCreateParams. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        containerIdfinal Optional<String> containerId() 
 - 
                                        filefinal Optional<InputStream> file() The File object (not file name) to be uploaded. 
 - 
                                        _filefinal MultipartField<InputStream> _file() Returns the raw multipart value of file. Unlike file, this method doesn't throw if the multipart field has an unexpected type. 
 - 
                                        _fileIdfinal MultipartField<String> _fileId() Returns the raw multipart value of fileId. Unlike fileId, this method doesn't throw if the multipart field has an unexpected type. 
 - 
                                        _additionalBodyPropertiesfinal Map<String, JsonValue> _additionalBodyProperties() 
 - 
                                        _additionalHeadersfinal Headers _additionalHeaders() Additional headers to send with the request. 
 - 
                                        _additionalQueryParamsfinal QueryParams _additionalQueryParams() Additional query param to send with the request. 
 - 
                                        toBuilderfinal FileCreateParams.Builder toBuilder() 
 - 
                                        _bodyfinal Map<String, MultipartField<?>> _body() 
 - 
                                        _pathParamfinal String _pathParam(Integer index) 
 - 
                                        _headersHeaders _headers() The full set of headers in the parameters, including both fixed and additional headers. 
 - 
                                        _queryParamsQueryParams _queryParams() The full set of query params in the parameters, including both fixed and additional query params. 
 - 
                                        nonefinal static FileCreateParams none() 
 - 
                                        builderfinal static FileCreateParams.Builder builder() Returns a mutable builder for constructing an instance of FileCreateParams. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-