Class ImageFileContentBlock
-
- All Implemented Interfaces:
public final class ImageFileContentBlockReferences an image File in the content of a message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classImageFileContentBlock.BuilderA builder for ImageFileContentBlock.
-
Method Summary
Modifier and Type Method Description final ImageFileimageFile()final JsonValue_type()Always image_file.final JsonField<ImageFile>_imageFile()final Map<String, JsonValue>_additionalProperties()final ImageFileContentBlockvalidate()final ImageFileContentBlock.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImageFileContentBlock.Builderbuilder()Returns a mutable builder for constructing an instance of ImageFileContentBlock. -
-
Method Detail
-
_imageFile
final JsonField<ImageFile> _imageFile()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ImageFileContentBlock validate()
-
toBuilder
final ImageFileContentBlock.Builder toBuilder()
-
builder
final static ImageFileContentBlock.Builder builder()
Returns a mutable builder for constructing an instance of ImageFileContentBlock.
The following fields are required:
.imageFile()
-
-
-
-