public final class TemplateContentOptions
extends java.lang.Object
Inline content object for merging processing.
| Constructor and Description |
|---|
TemplateContentOptions(java.lang.String dataContent,
int contentType)
Inline (String) based initialization
|
| Modifier and Type | Method and Description |
|---|---|
int |
getContentType()
Content type property.
|
java.lang.String |
getDataContent()
Data content property.
|
java.lang.String |
getFormat()
|
public TemplateContentOptions(java.lang.String dataContent,
int contentType)
Inline (String) based initialization
dataContent - Inline (String) content.contentType - Content type.public final java.lang.String getDataContent()
Data content property.
public final int getContentType()
Content type property.
public final java.lang.String getFormat()
String representation of ContentType(getContentType()/setContentType(int)) property.