public class

GetListItemChanges

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

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="viewFields" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="since" 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 GetListItemChanges.Contains

Java class for anonymous complex type. 

class GetListItemChanges.ViewFields

Java class for anonymous complex type. 

Fields
protected GetListItemChanges.Contains contains
protected String listName
protected String since
protected GetListItemChanges.ViewFields viewFields
Public Constructors
GetListItemChanges()
Public Methods
GetListItemChanges.Contains getContains()
Gets the value of the contains property.
String getListName()
Gets the value of the listName property.
String getSince()
Gets the value of the since property.
GetListItemChanges.ViewFields getViewFields()
Gets the value of the viewFields property.
void setContains(GetListItemChanges.Contains value)
Sets the value of the contains property.
void setListName(String value)
Sets the value of the listName property.
void setSince(String value)
Sets the value of the since property.
void setViewFields(GetListItemChanges.ViewFields value)
Sets the value of the viewFields property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetListItemChanges.Contains contains

protected String listName

protected String since

protected GetListItemChanges.ViewFields viewFields

Public Constructors

public GetListItemChanges ()

Public Methods

public GetListItemChanges.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 String getSince ()

Gets the value of the since property.

Returns
  • possible object is String

public GetListItemChanges.ViewFields getViewFields ()

Gets the value of the viewFields property.

Returns

public void setContains (GetListItemChanges.Contains value)

Sets the value of the contains property.

Parameters
value Allowed object is GetListItemChanges.Contains

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setSince (String value)

Sets the value of the since property.

Parameters
value Allowed object is String

public void setViewFields (GetListItemChanges.ViewFields value)

Sets the value of the viewFields property.

Parameters
value Allowed object is GetListItemChanges.ViewFields