Package com.openai.models.responses
        Class Tool.ImageGeneration.InputImageMask.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class Tool.ImageGeneration.InputImageMask.BuilderA builder for InputImageMask. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        fileIdfinal Tool.ImageGeneration.InputImageMask.Builder fileId(String fileId) File ID for the mask image. 
 - 
                                        fileIdfinal Tool.ImageGeneration.InputImageMask.Builder fileId(JsonField<String> fileId) Sets Builder.fileId to an arbitrary JSON value. You should usually call Builder.fileId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        imageUrlfinal Tool.ImageGeneration.InputImageMask.Builder imageUrl(String imageUrl) Base64-encoded mask image. 
 - 
                                        imageUrlfinal Tool.ImageGeneration.InputImageMask.Builder imageUrl(JsonField<String> imageUrl) Sets Builder.imageUrl to an arbitrary JSON value. You should usually call Builder.imageUrl with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal Tool.ImageGeneration.InputImageMask.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal Tool.ImageGeneration.InputImageMask.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal Tool.ImageGeneration.InputImageMask.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal Tool.ImageGeneration.InputImageMask.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal Tool.ImageGeneration.InputImageMask.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal Tool.ImageGeneration.InputImageMask build() Returns an immutable instance of InputImageMask. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-