public class

AddListExpressionHolder

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

Summary

Fields
protected String _descriptionType
protected String _listNameType
protected int _templateIDType
protected Object description
protected Object listName
protected Object templateID
Public Constructors
AddListExpressionHolder()
Public Methods
Object getDescription()
Retrieves description
Object getListName()
Retrieves listName
Object getTemplateID()
Retrieves templateID
void setDescription(Object value)
Sets description
void setListName(Object value)
Sets listName
void setTemplateID(Object value)
Sets templateID
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _descriptionType

protected String _listNameType

protected int _templateIDType

protected Object description

protected Object listName

protected Object templateID

Public Constructors

public AddListExpressionHolder ()

Public Methods

public Object getDescription ()

Retrieves description

public Object getListName ()

Retrieves listName

public Object getTemplateID ()

Retrieves templateID

public void setDescription (Object value)

Sets description

Parameters
value Value to set

public void setListName (Object value)

Sets listName

Parameters
value Value to set

public void setTemplateID (Object value)

Sets templateID

Parameters
value Value to set