| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.webpartpages.AddWebPart |
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="pageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="webPartXml" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="storage" type="{http://microsoft.com/sharepoint/webpartpages}Storage"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pageUrl | |||||||||||
| storage | |||||||||||
| webPartXml | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the pageUrl property.
| |||||||||||
Gets the value of the storage property.
| |||||||||||
Gets the value of the webPartXml property.
| |||||||||||
Sets the value of the pageUrl property.
| |||||||||||
Sets the value of the storage property.
| |||||||||||
Sets the value of the webPartXml property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the pageUrl property.
Gets the value of the storage property.
Storage
Gets the value of the webPartXml property.
Sets the value of the pageUrl property.
| value | Allowed object is String |
|---|
Sets the value of the storage property.
| value | Allowed object is
Storage
|
|---|
Sets the value of the webPartXml property.
| value | Allowed object is String |
|---|