Class ChatCompletionContentPart.File.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatCompletionContentPart.File.BuilderA builder for File. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final ChatCompletionContentPart.File.Builderfile(ChatCompletionContentPart.File.FileObject file)final ChatCompletionContentPart.File.Builderfile(JsonField<ChatCompletionContentPart.File.FileObject> file)Sets Builder.file to an arbitrary JSON value. final ChatCompletionContentPart.File.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final ChatCompletionContentPart.File.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final ChatCompletionContentPart.File.BuilderputAdditionalProperty(String key, JsonValue value)final ChatCompletionContentPart.File.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final ChatCompletionContentPart.File.BuilderremoveAdditionalProperty(String key)final ChatCompletionContentPart.File.BuilderremoveAllAdditionalProperties(Set<String> keys)final ChatCompletionContentPart.Filebuild()Returns an immutable instance of File. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        filefinal ChatCompletionContentPart.File.Builder file(ChatCompletionContentPart.File.FileObject file) 
 - 
                                        filefinal ChatCompletionContentPart.File.Builder file(JsonField<ChatCompletionContentPart.File.FileObject> file) Sets Builder.file to an arbitrary JSON value. You should usually call Builder.file with a well-typed FileObject value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal ChatCompletionContentPart.File.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("file")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ChatCompletionContentPart.File.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ChatCompletionContentPart.File.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ChatCompletionContentPart.File.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ChatCompletionContentPart.File.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ChatCompletionContentPart.File.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ChatCompletionContentPart.File build() Returns an immutable instance of File. Further updates to this Builder will not mutate the returned instance. The following fields are required: .file()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-