Class UploadCompleteParams
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.core.Params
 
 public final class UploadCompleteParams implements Params Completes the Upload. Within the returned Upload object, there is a nested File object that is ready to use in the rest of the platform. You can specify the order of the Parts by passing in an ordered list of the Part IDs. The number of bytes uploaded upon completion must match the number of bytes initially specified when creating the Upload object. No Parts may be added after an Upload is completed. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classUploadCompleteParams.BuilderA builder for UploadCompleteParams. public final classUploadCompleteParams.Body
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<String>uploadId()final List<String>partIds()The ordered list of Part IDs. final Optional<String>md5()The optional md5 checksum for the file contents to verify if the bytes uploaded matches what you expect. final JsonField<List<String>>_partIds()Returns the raw JSON value of partIds. final JsonField<String>_md5()Returns the raw JSON value of md5. 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 UploadCompleteParams.BuildertoBuilder()final UploadCompleteParams.Body_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 UploadCompleteParams.Builderbuilder()Returns a mutable builder for constructing an instance of UploadCompleteParams. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        md5final Optional<String> md5() The optional md5 checksum for the file contents to verify if the bytes uploaded matches what you expect. 
 - 
                                        _partIdsfinal JsonField<List<String>> _partIds() Returns the raw JSON value of partIds. Unlike partIds, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _md5final JsonField<String> _md5() Returns the raw JSON value of md5. Unlike md5, this method doesn't throw if the JSON 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 UploadCompleteParams.Builder toBuilder() 
 - 
                                        _bodyfinal UploadCompleteParams.Body _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. 
 - 
                                        builderfinal static UploadCompleteParams.Builder builder() Returns a mutable builder for constructing an instance of UploadCompleteParams. The following fields are required: .partIds()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-