| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.webs.UpdateColumns |
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="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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| UpdateColumns.DeleteFields | Java class for anonymous complex type. |
||||||||||
| UpdateColumns.NewFields | Java class for anonymous complex type. |
||||||||||
| UpdateColumns.UpdateFields | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deleteFields | |||||||||||
| newFields | |||||||||||
| updateFields | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deleteFields 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 newFields property.
| |||||||||||
Sets the value of the updateFields property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deleteFields property.
UpdateColumns.DeleteFields
Gets the value of the newFields property.
UpdateColumns.NewFields
Gets the value of the updateFields property.
UpdateColumns.UpdateFields
Sets the value of the deleteFields property.
| value | Allowed object is
UpdateColumns.DeleteFields
|
|---|
Sets the value of the newFields property.
| value | Allowed object is
UpdateColumns.NewFields
|
|---|
Sets the value of the updateFields property.
| value | Allowed object is
UpdateColumns.UpdateFields
|
|---|