public class

DeleteContentTypeExpressionHolder

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

Summary

Fields
protected String _contentTypeIdType
protected String _listNameType
protected Object contentTypeId
protected Object listName
Public Constructors
DeleteContentTypeExpressionHolder()
Public Methods
Object getContentTypeId()
Retrieves contentTypeId
Object getListName()
Retrieves listName
void setContentTypeId(Object value)
Sets contentTypeId
void setListName(Object value)
Sets listName
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _contentTypeIdType

protected String _listNameType

protected Object contentTypeId

protected Object listName

Public Constructors

public DeleteContentTypeExpressionHolder ()

Public Methods

public Object getContentTypeId ()

Retrieves contentTypeId

public Object getListName ()

Retrieves listName

public void setContentTypeId (Object value)

Sets contentTypeId

Parameters
value Value to set

public void setListName (Object value)

Sets listName

Parameters
value Value to set