public class

GetListItemChangesWithKnowledge

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

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

Java class for anonymous complex type. 

class GetListItemChangesWithKnowledge.Knowledge

Java class for anonymous complex type. 

class GetListItemChangesWithKnowledge.Query

Java class for anonymous complex type. 

class GetListItemChangesWithKnowledge.QueryOptions

Java class for anonymous complex type. 

class GetListItemChangesWithKnowledge.ViewFields

Java class for anonymous complex type. 

Fields
protected GetListItemChangesWithKnowledge.Contains contains
protected GetListItemChangesWithKnowledge.Knowledge knowledge
protected String listName
protected GetListItemChangesWithKnowledge.Query query
protected GetListItemChangesWithKnowledge.QueryOptions queryOptions
protected String rowLimit
protected String syncScope
protected GetListItemChangesWithKnowledge.ViewFields viewFields
protected String viewName
Public Constructors
GetListItemChangesWithKnowledge()
Public Methods
GetListItemChangesWithKnowledge.Contains getContains()
Gets the value of the contains property.
GetListItemChangesWithKnowledge.Knowledge getKnowledge()
Gets the value of the knowledge property.
String getListName()
Gets the value of the listName property.
GetListItemChangesWithKnowledge.Query getQuery()
Gets the value of the query property.
GetListItemChangesWithKnowledge.QueryOptions getQueryOptions()
Gets the value of the queryOptions property.
String getRowLimit()
Gets the value of the rowLimit property.
String getSyncScope()
Gets the value of the syncScope property.
GetListItemChangesWithKnowledge.ViewFields getViewFields()
Gets the value of the viewFields property.
String getViewName()
Gets the value of the viewName property.
void setContains(GetListItemChangesWithKnowledge.Contains value)
Sets the value of the contains property.
void setKnowledge(GetListItemChangesWithKnowledge.Knowledge value)
Sets the value of the knowledge property.
void setListName(String value)
Sets the value of the listName property.
void setQuery(GetListItemChangesWithKnowledge.Query value)
Sets the value of the query property.
void setQueryOptions(GetListItemChangesWithKnowledge.QueryOptions value)
Sets the value of the queryOptions property.
void setRowLimit(String value)
Sets the value of the rowLimit property.
void setSyncScope(String value)
Sets the value of the syncScope property.
void setViewFields(GetListItemChangesWithKnowledge.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 listName

protected String rowLimit

protected String syncScope

protected String viewName

Public Constructors

public GetListItemChangesWithKnowledge ()

Public Methods

public GetListItemChangesWithKnowledge.Contains getContains ()

Gets the value of the contains property.

Returns

public GetListItemChangesWithKnowledge.Knowledge getKnowledge ()

Gets the value of the knowledge property.

Returns

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public GetListItemChangesWithKnowledge.Query getQuery ()

Gets the value of the query property.

Returns

public GetListItemChangesWithKnowledge.QueryOptions getQueryOptions ()

Gets the value of the queryOptions property.

public String getRowLimit ()

Gets the value of the rowLimit property.

Returns
  • possible object is String

public String getSyncScope ()

Gets the value of the syncScope property.

Returns
  • possible object is String

public GetListItemChangesWithKnowledge.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 setContains (GetListItemChangesWithKnowledge.Contains value)

Sets the value of the contains property.

Parameters
value Allowed object is GetListItemChangesWithKnowledge.Contains

public void setKnowledge (GetListItemChangesWithKnowledge.Knowledge value)

Sets the value of the knowledge property.

Parameters
value Allowed object is GetListItemChangesWithKnowledge.Knowledge

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setQuery (GetListItemChangesWithKnowledge.Query value)

Sets the value of the query property.

Parameters
value Allowed object is GetListItemChangesWithKnowledge.Query

public void setQueryOptions (GetListItemChangesWithKnowledge.QueryOptions value)

Sets the value of the queryOptions property.

Parameters
value Allowed object is GetListItemChangesWithKnowledge.QueryOptions

public void setRowLimit (String value)

Sets the value of the rowLimit property.

Parameters
value Allowed object is String

public void setSyncScope (String value)

Sets the value of the syncScope property.

Parameters
value Allowed object is String

public void setViewFields (GetListItemChangesWithKnowledge.ViewFields value)

Sets the value of the viewFields property.

Parameters
value Allowed object is GetListItemChangesWithKnowledge.ViewFields

public void setViewName (String value)

Sets the value of the viewName property.

Parameters
value Allowed object is String