| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.lists.UpdateList |
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="listProperties" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="newFields" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="updateFields" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="deleteFields" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="listVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| UpdateList.DeleteFields | Java class for anonymous complex type. |
||||||||||
| UpdateList.ListProperties | Java class for anonymous complex type. |
||||||||||
| UpdateList.NewFields | Java class for anonymous complex type. |
||||||||||
| UpdateList.UpdateFields | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deleteFields | |||||||||||
| listName | |||||||||||
| listProperties | |||||||||||
| listVersion | |||||||||||
| newFields | |||||||||||
| updateFields | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deleteFields property.
| |||||||||||
Gets the value of the listName property.
| |||||||||||
Gets the value of the listProperties property.
| |||||||||||
Gets the value of the listVersion property.
| |||||||||||
Gets the value of the newFields property.
| |||||||||||
Gets the value of the updateFields property.
| |||||||||||
Sets the value of the deleteFields property.
| |||||||||||
Sets the value of the listName property.
| |||||||||||
Sets the value of the listProperties property.
| |||||||||||
Sets the value of the listVersion property.
| |||||||||||
Sets the value of the newFields property.
| |||||||||||
Sets the value of the updateFields property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deleteFields property.
UpdateList.DeleteFields
Gets the value of the listName property.
Gets the value of the listProperties property.
UpdateList.ListProperties
Gets the value of the listVersion property.
Gets the value of the newFields property.
UpdateList.NewFields
Gets the value of the updateFields property.
UpdateList.UpdateFields
Sets the value of the deleteFields property.
| value | Allowed object is
UpdateList.DeleteFields
|
|---|
Sets the value of the listName property.
| value | Allowed object is String |
|---|
Sets the value of the listProperties property.
| value | Allowed object is
UpdateList.ListProperties
|
|---|
Sets the value of the listVersion property.
| value | Allowed object is String |
|---|
Sets the value of the newFields property.
| value | Allowed object is
UpdateList.NewFields
|
|---|
Sets the value of the updateFields property.
| value | Allowed object is
UpdateList.UpdateFields
|
|---|