public class

GetChanges

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sitedata.GetChanges

Class Overview

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="objectType" type="{http://schemas.microsoft.com/sharepoint/soap/}ObjectType"/>
         <element name="contentDatabaseId" 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="Timeout" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String contentDatabaseId
protected String endChangeId
protected ObjectType objectType
protected String startChangeId
protected int timeout
Public Constructors
GetChanges()
Public Methods
String getContentDatabaseId()
Gets the value of the contentDatabaseId property.
String getEndChangeId()
Gets the value of the endChangeId property.
ObjectType getObjectType()
Gets the value of the objectType property.
String getStartChangeId()
Gets the value of the startChangeId property.
int getTimeout()
Gets the value of the timeout property.
void setContentDatabaseId(String value)
Sets the value of the contentDatabaseId property.
void setEndChangeId(String value)
Sets the value of the endChangeId property.
void setObjectType(ObjectType value)
Sets the value of the objectType property.
void setStartChangeId(String value)
Sets the value of the startChangeId property.
void setTimeout(int value)
Sets the value of the timeout property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String contentDatabaseId

protected String endChangeId

protected ObjectType objectType

protected String startChangeId

protected int timeout

Public Constructors

public GetChanges ()

Public Methods

public String getContentDatabaseId ()

Gets the value of the contentDatabaseId property.

Returns
  • possible object is String

public String getEndChangeId ()

Gets the value of the endChangeId property.

Returns
  • possible object is String

public ObjectType getObjectType ()

Gets the value of the objectType property.

Returns

public String getStartChangeId ()

Gets the value of the startChangeId property.

Returns
  • possible object is String

public int getTimeout ()

Gets the value of the timeout property.

public void setContentDatabaseId (String value)

Sets the value of the contentDatabaseId property.

Parameters
value Allowed object is String

public void setEndChangeId (String value)

Sets the value of the endChangeId property.

Parameters
value Allowed object is String

public void setObjectType (ObjectType value)

Sets the value of the objectType property.

Parameters
value Allowed object is ObjectType

public void setStartChangeId (String value)

Sets the value of the startChangeId property.

Parameters
value Allowed object is String

public void setTimeout (int value)

Sets the value of the timeout property.

Parameters
value