| java.lang.Object | ||
| ↳ | com.clarizen.api.Result | |
| ↳ | com.clarizen.api.queries.GetTemplateDescriptionsResult | |
Java class for GetTemplateDescriptionsResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetTemplateDescriptionsResult">
<complexContent>
<extension base="{http://clarizen.com/api}Result">
<sequence>
<element name="Templates" type="{http://clarizen.com/api}stringList" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| templates | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.Result
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the templates property.
| |||||||||||
Sets the value of the templates property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.Result
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the templates property.
StringList
Sets the value of the templates property.
| value | Allowed object is
StringList
|
|---|