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