| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.lists.UpdateListItemsWithKnowledge |
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"/>
<element name="updates">
<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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| UpdateListItemsWithKnowledge.Knowledge | Java class for anonymous complex type. |
||||||||||
| UpdateListItemsWithKnowledge.Updates | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| knowledge | |||||||||||
| listName | |||||||||||
| syncScope | |||||||||||
| updates | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the knowledge property.
| |||||||||||
Gets the value of the listName property.
| |||||||||||
Gets the value of the syncScope property.
| |||||||||||
Gets the value of the updates property.
| |||||||||||
Sets the value of the knowledge property.
| |||||||||||
Sets the value of the listName property.
| |||||||||||
Sets the value of the syncScope property.
| |||||||||||
Sets the value of the updates property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the knowledge property.
UpdateListItemsWithKnowledge.Knowledge
Gets the value of the listName property.
Gets the value of the syncScope property.
Gets the value of the updates property.
UpdateListItemsWithKnowledge.Updates
Sets the value of the knowledge property.
| value | Allowed object is
UpdateListItemsWithKnowledge.Knowledge
|
|---|
Sets the value of the listName property.
| value | Allowed object is String |
|---|
Sets the value of the syncScope property.
| value | Allowed object is String |
|---|
Sets the value of the updates property.
| value | Allowed object is
UpdateListItemsWithKnowledge.Updates
|
|---|