| java.lang.Object | |||
| ↳ | com.clarizen.api.BaseMessage | ||
| ↳ | com.clarizen.api.CreateMessage | ||
| ↳ | com.clarizen.api.CreateFromTemplateMessage | ||
Java class for CreateFromTemplateMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateFromTemplateMessage">
<complexContent>
<extension base="{http://clarizen.com/api}CreateMessage">
<sequence>
<element name="ParentId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
<element name="TemplateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| parentId | |||||||||||
| templateName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.CreateMessage
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the parentId property.
| |||||||||||
Gets the value of the templateName property.
| |||||||||||
Sets the value of the parentId property.
| |||||||||||
Sets the value of the templateName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.CreateMessage
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the parentId property.
EntityId
Gets the value of the templateName property.
Sets the value of the parentId property.
| value | Allowed object is
EntityId
|
|---|
Sets the value of the templateName property.
| value | Allowed object is String |
|---|