public class

GetListItemChangesWithKnowledgeExpressionHolder

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

Summary

Fields
protected GetListItemChangesWithKnowledge.Contains _containsType
protected GetListItemChangesWithKnowledge.Knowledge _knowledgeType
protected String _listNameType
protected GetListItemChangesWithKnowledge.QueryOptions _queryOptionsType
protected GetListItemChangesWithKnowledge.Query _queryType
protected String _rowLimitType
protected String _syncScopeType
protected GetListItemChangesWithKnowledge.ViewFields _viewFieldsType
protected String _viewNameType
protected Object contains
protected Object knowledge
protected Object listName
protected Object query
protected Object queryOptions
protected Object rowLimit
protected Object syncScope
protected Object viewFields
protected Object viewName
Public Constructors
GetListItemChangesWithKnowledgeExpressionHolder()
Public Methods
Object getContains()
Retrieves contains
Object getKnowledge()
Retrieves knowledge
Object getListName()
Retrieves listName
Object getQuery()
Retrieves query
Object getQueryOptions()
Retrieves queryOptions
Object getRowLimit()
Retrieves rowLimit
Object getSyncScope()
Retrieves syncScope
Object getViewFields()
Retrieves viewFields
Object getViewName()
Retrieves viewName
void setContains(Object value)
Sets contains
void setKnowledge(Object value)
Sets knowledge
void setListName(Object value)
Sets listName
void setQuery(Object value)
Sets query
void setQueryOptions(Object value)
Sets queryOptions
void setRowLimit(Object value)
Sets rowLimit
void setSyncScope(Object value)
Sets syncScope
void setViewFields(Object value)
Sets viewFields
void setViewName(Object value)
Sets viewName
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _listNameType

protected GetListItemChangesWithKnowledge.QueryOptions _queryOptionsType

protected String _rowLimitType

protected String _syncScopeType

protected GetListItemChangesWithKnowledge.ViewFields _viewFieldsType

protected String _viewNameType

protected Object contains

protected Object knowledge

protected Object listName

protected Object query

protected Object queryOptions

protected Object rowLimit

protected Object syncScope

protected Object viewFields

protected Object viewName

Public Constructors

public GetListItemChangesWithKnowledgeExpressionHolder ()

Public Methods

public Object getContains ()

Retrieves contains

public Object getKnowledge ()

Retrieves knowledge

public Object getListName ()

Retrieves listName

public Object getQuery ()

Retrieves query

public Object getQueryOptions ()

Retrieves queryOptions

public Object getRowLimit ()

Retrieves rowLimit

public Object getSyncScope ()

Retrieves syncScope

public Object getViewFields ()

Retrieves viewFields

public Object getViewName ()

Retrieves viewName

public void setContains (Object value)

Sets contains

Parameters
value Value to set

public void setKnowledge (Object value)

Sets knowledge

Parameters
value Value to set

public void setListName (Object value)

Sets listName

Parameters
value Value to set

public void setQuery (Object value)

Sets query

Parameters
value Value to set

public void setQueryOptions (Object value)

Sets queryOptions

Parameters
value Value to set

public void setRowLimit (Object value)

Sets rowLimit

Parameters
value Value to set

public void setSyncScope (Object value)

Sets syncScope

Parameters
value Value to set

public void setViewFields (Object value)

Sets viewFields

Parameters
value Value to set

public void setViewName (Object value)

Sets viewName

Parameters
value Value to set