| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sitedata.GetContent |
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="objectType" type="{http://schemas.microsoft.com/sharepoint/soap/}ObjectType"/>
<element name="objectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="folderUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="itemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="retrieveChildItems" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="securityOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="lastItemIdOnPage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| folderUrl | |||||||||||
| itemId | |||||||||||
| lastItemIdOnPage | |||||||||||
| objectId | |||||||||||
| objectType | |||||||||||
| retrieveChildItems | |||||||||||
| securityOnly | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the folderUrl property.
| |||||||||||
Gets the value of the itemId property.
| |||||||||||
Gets the value of the lastItemIdOnPage property.
| |||||||||||
Gets the value of the objectId property.
| |||||||||||
Gets the value of the objectType property.
| |||||||||||
Gets the value of the retrieveChildItems property.
| |||||||||||
Gets the value of the securityOnly property.
| |||||||||||
Sets the value of the folderUrl property.
| |||||||||||
Sets the value of the itemId property.
| |||||||||||
Sets the value of the lastItemIdOnPage property.
| |||||||||||
Sets the value of the objectId property.
| |||||||||||
Sets the value of the objectType property.
| |||||||||||
Sets the value of the retrieveChildItems property.
| |||||||||||
Sets the value of the securityOnly property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the folderUrl property.
Gets the value of the itemId property.
Gets the value of the lastItemIdOnPage property.
Gets the value of the objectId property.
Gets the value of the objectType property.
ObjectType
Gets the value of the retrieveChildItems property. This getter has been renamed from isRetrieveChildItems() to getRetrieveChildItems() by cxf-xjc-boolean plugin.
Gets the value of the securityOnly property. This getter has been renamed from isSecurityOnly() to getSecurityOnly() by cxf-xjc-boolean plugin.
Sets the value of the folderUrl property.
| value | Allowed object is String |
|---|
Sets the value of the itemId property.
| value | Allowed object is String |
|---|
Sets the value of the lastItemIdOnPage property.
| value | Allowed object is String |
|---|
Sets the value of the objectId property.
| value | Allowed object is String |
|---|
Sets the value of the objectType property.
| value | Allowed object is
ObjectType
|
|---|
Sets the value of the retrieveChildItems property.
| value |
|---|
Sets the value of the securityOnly property.
| value |
|---|