public class

UpdateListItemsWithKnowledgeExpressionHolder

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

Summary

Fields
protected UpdateListItemsWithKnowledge.Knowledge _knowledgeType
protected String _listNameType
protected String _syncScopeType
protected UpdateListItemsWithKnowledge.Updates _updatesType
protected Object knowledge
protected Object listName
protected Object syncScope
protected Object updates
Public Constructors
UpdateListItemsWithKnowledgeExpressionHolder()
Public Methods
Object getKnowledge()
Retrieves knowledge
Object getListName()
Retrieves listName
Object getSyncScope()
Retrieves syncScope
Object getUpdates()
Retrieves updates
void setKnowledge(Object value)
Sets knowledge
void setListName(Object value)
Sets listName
void setSyncScope(Object value)
Sets syncScope
void setUpdates(Object value)
Sets updates
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UpdateListItemsWithKnowledge.Knowledge _knowledgeType

protected String _listNameType

protected String _syncScopeType

protected UpdateListItemsWithKnowledge.Updates _updatesType

protected Object knowledge

protected Object listName

protected Object syncScope

protected Object updates

Public Constructors

public UpdateListItemsWithKnowledgeExpressionHolder ()

Public Methods

public Object getKnowledge ()

Retrieves knowledge

public Object getListName ()

Retrieves listName

public Object getSyncScope ()

Retrieves syncScope

public Object getUpdates ()

Retrieves updates

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 setSyncScope (Object value)

Sets syncScope

Parameters
value Value to set

public void setUpdates (Object value)

Sets updates

Parameters
value Value to set