public class

GetListContentTypesAndPropertiesExpressionHolder

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

Summary

Fields
protected String _contentTypeIdType
protected Boolean _includeWebPropertiesType
protected String _listNameType
protected String _propertyPrefixType
protected Object contentTypeId
protected Object includeWebProperties
protected Object listName
protected Object propertyPrefix
Public Constructors
GetListContentTypesAndPropertiesExpressionHolder()
Public Methods
Object getContentTypeId()
Retrieves contentTypeId
Object getIncludeWebProperties()
Retrieves includeWebProperties
Object getListName()
Retrieves listName
Object getPropertyPrefix()
Retrieves propertyPrefix
void setContentTypeId(Object value)
Sets contentTypeId
void setIncludeWebProperties(Object value)
Sets includeWebProperties
void setListName(Object value)
Sets listName
void setPropertyPrefix(Object value)
Sets propertyPrefix
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _contentTypeIdType

protected Boolean _includeWebPropertiesType

protected String _listNameType

protected String _propertyPrefixType

protected Object contentTypeId

protected Object includeWebProperties

protected Object listName

protected Object propertyPrefix

Public Constructors

public GetListContentTypesAndPropertiesExpressionHolder ()

Public Methods

public Object getContentTypeId ()

Retrieves contentTypeId

public Object getIncludeWebProperties ()

Retrieves includeWebProperties

public Object getListName ()

Retrieves listName

public Object getPropertyPrefix ()

Retrieves propertyPrefix

public void setContentTypeId (Object value)

Sets contentTypeId

Parameters
value Value to set

public void setIncludeWebProperties (Object value)

Sets includeWebProperties

Parameters
value Value to set

public void setListName (Object value)

Sets listName

Parameters
value Value to set

public void setPropertyPrefix (Object value)

Sets propertyPrefix

Parameters
value Value to set