Class ImageUrlDeltaBlock
- 
                    
                    - All Implemented Interfaces:
 
 public final class ImageUrlDeltaBlockReferences an image URL in the content of a message. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classImageUrlDeltaBlock.BuilderA builder for ImageUrlDeltaBlock. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Longindex()The index of the content part in the message. final JsonValue_type()Always image_url.final Optional<ImageUrlDelta>imageUrl()final JsonField<Long>_index()Returns the raw JSON value of index. final JsonField<ImageUrlDelta>_imageUrl()Returns the raw JSON value of imageUrl. final Map<String, JsonValue>_additionalProperties()final ImageUrlDeltaBlock.BuildertoBuilder()final ImageUrlDeltaBlockvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImageUrlDeltaBlock.Builderbuilder()Returns a mutable builder for constructing an instance of ImageUrlDeltaBlock. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() Always image_url.Expected to always return the following: JsonValue.from("image_url")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        imageUrlfinal Optional<ImageUrlDelta> imageUrl() 
 - 
                                        _indexfinal JsonField<Long> _index() Returns the raw JSON value of index. Unlike index, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _imageUrlfinal JsonField<ImageUrlDelta> _imageUrl() Returns the raw JSON value of imageUrl. Unlike imageUrl, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ImageUrlDeltaBlock.Builder toBuilder() 
 - 
                                        validatefinal ImageUrlDeltaBlock validate() 
 - 
                                        builderfinal static ImageUrlDeltaBlock.Builder builder() Returns a mutable builder for constructing an instance of ImageUrlDeltaBlock. The following fields are required: .index()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-