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