public class ContentBody
extends java.lang.Object
| Constructor and Description |
|---|
ContentBody(ContentBodyType type,
java.lang.String value)
This constructor creates the content body using the value defined for a given type.
|
public ContentBody(ContentBodyType type, java.lang.String value)
type - The body type that is being defined.value - The value for the given body type.