Class ImageFileContentBlock.Builder
-
- All Implemented Interfaces:
public final class ImageFileContentBlock.BuilderA builder for ImageFileContentBlock.
-
-
Method Summary
Modifier and Type Method Description final ImageFileContentBlock.BuilderimageFile(ImageFile imageFile)final ImageFileContentBlock.BuilderimageFile(JsonField<ImageFile> imageFile)final ImageFileContentBlock.Buildertype(JsonValue type)Always image_file.final ImageFileContentBlock.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final ImageFileContentBlock.BuilderputAdditionalProperty(String key, JsonValue value)final ImageFileContentBlock.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final ImageFileContentBlock.BuilderremoveAdditionalProperty(String key)final ImageFileContentBlock.BuilderremoveAllAdditionalProperties(Set<String> keys)final ImageFileContentBlockbuild()-
-
Method Detail
-
imageFile
final ImageFileContentBlock.Builder imageFile(ImageFile imageFile)
-
imageFile
final ImageFileContentBlock.Builder imageFile(JsonField<ImageFile> imageFile)
-
type
final ImageFileContentBlock.Builder type(JsonValue type)
Always
image_file.
-
additionalProperties
final ImageFileContentBlock.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ImageFileContentBlock.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ImageFileContentBlock.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ImageFileContentBlock.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ImageFileContentBlock.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ImageFileContentBlock build()
-
-
-
-