| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.lists.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="listName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="viewName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="query" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="viewFields" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="rowLimit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="queryOptions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="webID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GetListItems.Query | Java class for anonymous complex type. |
||||||||||
| GetListItems.QueryOptions | Java class for anonymous complex type. |
||||||||||
| GetListItems.ViewFields | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| listName | |||||||||||
| query | |||||||||||
| queryOptions | |||||||||||
| rowLimit | |||||||||||
| viewFields | |||||||||||
| viewName | |||||||||||
| webID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the listName property.
| |||||||||||
Gets the value of the query property.
| |||||||||||
Gets the value of the queryOptions property.
| |||||||||||
Gets the value of the rowLimit property.
| |||||||||||
Gets the value of the viewFields property.
| |||||||||||
Gets the value of the viewName property.
| |||||||||||
Gets the value of the webID property.
| |||||||||||
Sets the value of the listName property.
| |||||||||||
Sets the value of the query property.
| |||||||||||
Sets the value of the queryOptions property.
| |||||||||||
Sets the value of the rowLimit property.
| |||||||||||
Sets the value of the viewFields property.
| |||||||||||
Sets the value of the viewName property.
| |||||||||||
Sets the value of the webID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the listName property.
Gets the value of the query property.
GetListItems.Query
Gets the value of the queryOptions property.
GetListItems.QueryOptions
Gets the value of the rowLimit property.
Gets the value of the viewFields property.
GetListItems.ViewFields
Gets the value of the viewName property.
Gets the value of the webID property.
Sets the value of the listName property.
| value | Allowed object is String |
|---|
Sets the value of the query property.
| value | Allowed object is
GetListItems.Query
|
|---|
Sets the value of the queryOptions property.
| value | Allowed object is
GetListItems.QueryOptions
|
|---|
Sets the value of the rowLimit property.
| value | Allowed object is String |
|---|
Sets the value of the viewFields property.
| value | Allowed object is
GetListItems.ViewFields
|
|---|
Sets the value of the viewName property.
| value | Allowed object is String |
|---|
Sets the value of the webID property.
| value | Allowed object is String |
|---|