public class

CreateFromTemplateMessage

extends CreateMessage
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.CreateMessage
       ↳ com.clarizen.api.CreateFromTemplateMessage

Class Overview

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>
 

Summary

Fields
protected EntityId parentId
protected String templateName
[Expand]
Inherited Fields
From class com.clarizen.api.CreateMessage
Public Constructors
CreateFromTemplateMessage()
Public Methods
EntityId getParentId()
Gets the value of the parentId property.
String getTemplateName()
Gets the value of the templateName property.
void setParentId(EntityId value)
Sets the value of the parentId property.
void setTemplateName(String value)
Sets the value of the templateName property.
[Expand]
Inherited Methods
From class com.clarizen.api.CreateMessage
From class java.lang.Object

Fields

protected EntityId parentId

protected String templateName

Public Constructors

public CreateFromTemplateMessage ()

Public Methods

public EntityId getParentId ()

Gets the value of the parentId property.

Returns

public String getTemplateName ()

Gets the value of the templateName property.

Returns
  • possible object is String

public void setParentId (EntityId value)

Sets the value of the parentId property.

Parameters
value Allowed object is EntityId

public void setTemplateName (String value)

Sets the value of the templateName property.

Parameters
value Allowed object is String