Class CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.BuilderA builder for ImageOutput.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
image
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builder image(CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image image)
 
- 
                                        
image
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builder image(JsonField<CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image> image)
Sets Builder.image to an arbitrary JSON value.
You should usually call Builder.image with a well-typed Image value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
type
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.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("image")This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
additionalProperties
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
putAdditionalProperty
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builder putAdditionalProperty(String key, JsonValue value)
 
- 
                                        
putAllAdditionalProperties
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
removeAdditionalProperty
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builder removeAdditionalProperty(String key)
 
- 
                                        
removeAllAdditionalProperties
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builder removeAllAdditionalProperties(Set<String> keys)
 
- 
                                        
build
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput build()
Returns an immutable instance of ImageOutput.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.image() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -