| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sitedata.GetChangesResponse |
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="GetChangesResult" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="startChangeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="endChangeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="moreChanges" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| endChangeId | |||||||||||
| getChangesResult | |||||||||||
| moreChanges | |||||||||||
| startChangeId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the endChangeId property.
| |||||||||||
Gets the value of the getChangesResult property.
| |||||||||||
Gets the value of the moreChanges property.
| |||||||||||
Gets the value of the startChangeId property.
| |||||||||||
Sets the value of the endChangeId property.
| |||||||||||
Sets the value of the getChangesResult property.
| |||||||||||
Sets the value of the moreChanges property.
| |||||||||||
Sets the value of the startChangeId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the endChangeId property.
Gets the value of the getChangesResult property.
Gets the value of the moreChanges property. This getter has been renamed from isMoreChanges() to getMoreChanges() by cxf-xjc-boolean plugin.
Gets the value of the startChangeId property.
Sets the value of the endChangeId property.
| value | Allowed object is String |
|---|
Sets the value of the getChangesResult property.
| value | Allowed object is String |
|---|
Sets the value of the moreChanges property.
| value |
|---|
Sets the value of the startChangeId property.
| value | Allowed object is String |
|---|