Interface ImageContent.Builder
- Enclosing class:
ImageContent
public static interface ImageContent.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiontype(ImageContent.TypeEnum type) Set the type of thisImageContentinstance.
-
Method Details
-
type
Set the type of thisImageContentinstance.- Parameters:
type- The type of thisImageContent- Returns:
- The ImageContent builder.
-