public class

GetListItemChangesSinceToken

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.lists.GetListItemChangesSinceToken

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="listName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="viewName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="query" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="viewFields" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="rowLimit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queryOptions" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="changeToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="contains" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class GetListItemChangesSinceToken.Contains

Java class for anonymous complex type. 

class GetListItemChangesSinceToken.Query

Java class for anonymous complex type. 

class GetListItemChangesSinceToken.QueryOptions

Java class for anonymous complex type. 

class GetListItemChangesSinceToken.ViewFields

Java class for anonymous complex type. 

Fields
protected String changeToken
protected GetListItemChangesSinceToken.Contains contains
protected String listName
protected GetListItemChangesSinceToken.Query query
protected GetListItemChangesSinceToken.QueryOptions queryOptions
protected String rowLimit
protected GetListItemChangesSinceToken.ViewFields viewFields
protected String viewName
Public Constructors
GetListItemChangesSinceToken()
Public Methods
String getChangeToken()
Gets the value of the changeToken property.
GetListItemChangesSinceToken.Contains getContains()
Gets the value of the contains property.
String getListName()
Gets the value of the listName property.
GetListItemChangesSinceToken.Query getQuery()
Gets the value of the query property.
GetListItemChangesSinceToken.QueryOptions getQueryOptions()
Gets the value of the queryOptions property.
String getRowLimit()
Gets the value of the rowLimit property.
GetListItemChangesSinceToken.ViewFields getViewFields()
Gets the value of the viewFields property.
String getViewName()
Gets the value of the viewName property.
void setChangeToken(String value)
Sets the value of the changeToken property.
void setContains(GetListItemChangesSinceToken.Contains value)
Sets the value of the contains property.
void setListName(String value)
Sets the value of the listName property.
void setQuery(GetListItemChangesSinceToken.Query value)
Sets the value of the query property.
void setQueryOptions(GetListItemChangesSinceToken.QueryOptions value)
Sets the value of the queryOptions property.
void setRowLimit(String value)
Sets the value of the rowLimit property.
void setViewFields(GetListItemChangesSinceToken.ViewFields value)
Sets the value of the viewFields property.
void setViewName(String value)
Sets the value of the viewName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String changeToken

protected String listName

protected String rowLimit

protected String viewName

Public Constructors

public GetListItemChangesSinceToken ()

Public Methods

public String getChangeToken ()

Gets the value of the changeToken property.

Returns
  • possible object is String

public GetListItemChangesSinceToken.Contains getContains ()

Gets the value of the contains property.

Returns

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public GetListItemChangesSinceToken.Query getQuery ()

Gets the value of the query property.

Returns

public GetListItemChangesSinceToken.QueryOptions getQueryOptions ()

Gets the value of the queryOptions property.

Returns

public String getRowLimit ()

Gets the value of the rowLimit property.

Returns
  • possible object is String

public GetListItemChangesSinceToken.ViewFields getViewFields ()

Gets the value of the viewFields property.

Returns

public String getViewName ()

Gets the value of the viewName property.

Returns
  • possible object is String

public void setChangeToken (String value)

Sets the value of the changeToken property.

Parameters
value Allowed object is String

public void setContains (GetListItemChangesSinceToken.Contains value)

Sets the value of the contains property.

Parameters
value Allowed object is GetListItemChangesSinceToken.Contains

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setQuery (GetListItemChangesSinceToken.Query value)

Sets the value of the query property.

Parameters
value Allowed object is GetListItemChangesSinceToken.Query

public void setQueryOptions (GetListItemChangesSinceToken.QueryOptions value)

Sets the value of the queryOptions property.

Parameters
value Allowed object is GetListItemChangesSinceToken.QueryOptions

public void setRowLimit (String value)

Sets the value of the rowLimit property.

Parameters
value Allowed object is String

public void setViewFields (GetListItemChangesSinceToken.ViewFields value)

Sets the value of the viewFields property.

Parameters
value Allowed object is GetListItemChangesSinceToken.ViewFields

public void setViewName (String value)

Sets the value of the viewName property.

Parameters
value Allowed object is String