Interface ImageContent.Builder1
- Enclosing class:
ImageContent
public static interface ImageContent.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionimageUrl(ImageContentImageUrl imageUrl) Set the imageUrl of thisImageContentinstance.
-
Method Details
-
imageUrl
Set the imageUrl of thisImageContentinstance.- Parameters:
imageUrl- The imageUrl of thisImageContent- Returns:
- The ImageContent instance.
-