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