Class ImageFileContentBlock
- 
                    
                    - All Implemented Interfaces:
 
 public final class ImageFileContentBlockReferences an image File in the content of a message. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classImageFileContentBlock.BuilderA builder for ImageFileContentBlock. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final ImageFileimageFile()final JsonValue_type()Always image_file.final JsonField<ImageFile>_imageFile()Returns the raw JSON value of imageFile. final Map<String, JsonValue>_additionalProperties()final ImageFileContentBlock.BuildertoBuilder()final ImageFileContentBlockvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImageFileContentBlock.Builderbuilder()Returns a mutable builder for constructing an instance of ImageFileContentBlock. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() Always image_file.Expected to always return the following: JsonValue.from("image_file")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _imageFilefinal JsonField<ImageFile> _imageFile() Returns the raw JSON value of imageFile. Unlike imageFile, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ImageFileContentBlock.Builder toBuilder() 
 - 
                                        validatefinal ImageFileContentBlock validate() 
 - 
                                        builderfinal static ImageFileContentBlock.Builder builder() Returns a mutable builder for constructing an instance of ImageFileContentBlock. The following fields are required: .imageFile()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-