| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sites.GetSiteTemplatesResponse |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GetSiteTemplatesResult" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="TemplateList" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOfTemplate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| getSiteTemplatesResult | |||||||||||
| templateList | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the getSiteTemplatesResult property.
| |||||||||||
Gets the value of the templateList property.
| |||||||||||
Sets the value of the getSiteTemplatesResult property.
| |||||||||||
Sets the value of the templateList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the getSiteTemplatesResult property.
Gets the value of the templateList property.
ArrayOfTemplate
Sets the value of the getSiteTemplatesResult property.
| value |
|---|
Sets the value of the templateList property.
| value | Allowed object is
ArrayOfTemplate
|
|---|