public class

UpdateContentTypeExpressionHolder

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

Summary

Fields
protected String _addToViewType
protected String _contentTypeIdType
protected UpdateContentType.ContentTypeProperties _contentTypePropertiesType
protected UpdateContentType.DeleteFields _deleteFieldsType
protected String _listNameType
protected UpdateContentType.NewFields _newFieldsType
protected UpdateContentType.UpdateFields _updateFieldsType
protected Object addToView
protected Object contentTypeId
protected Object contentTypeProperties
protected Object deleteFields
protected Object listName
protected Object newFields
protected Object updateFields
Public Constructors
UpdateContentTypeExpressionHolder()
Public Methods
Object getAddToView()
Retrieves addToView
Object getContentTypeId()
Retrieves contentTypeId
Object getContentTypeProperties()
Retrieves contentTypeProperties
Object getDeleteFields()
Retrieves deleteFields
Object getListName()
Retrieves listName
Object getNewFields()
Retrieves newFields
Object getUpdateFields()
Retrieves updateFields
void setAddToView(Object value)
Sets addToView
void setContentTypeId(Object value)
Sets contentTypeId
void setContentTypeProperties(Object value)
Sets contentTypeProperties
void setDeleteFields(Object value)
Sets deleteFields
void setListName(Object value)
Sets listName
void setNewFields(Object value)
Sets newFields
void setUpdateFields(Object value)
Sets updateFields
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _addToViewType

protected String _contentTypeIdType

protected UpdateContentType.ContentTypeProperties _contentTypePropertiesType

protected UpdateContentType.DeleteFields _deleteFieldsType

protected String _listNameType

protected UpdateContentType.NewFields _newFieldsType

protected UpdateContentType.UpdateFields _updateFieldsType

protected Object addToView

protected Object contentTypeId

protected Object contentTypeProperties

protected Object deleteFields

protected Object listName

protected Object newFields

protected Object updateFields

Public Constructors

public UpdateContentTypeExpressionHolder ()

Public Methods

public Object getAddToView ()

Retrieves addToView

public Object getContentTypeId ()

Retrieves contentTypeId

public Object getContentTypeProperties ()

Retrieves contentTypeProperties

public Object getDeleteFields ()

Retrieves deleteFields

public Object getListName ()

Retrieves listName

public Object getNewFields ()

Retrieves newFields

public Object getUpdateFields ()

Retrieves updateFields

public void setAddToView (Object value)

Sets addToView

Parameters
value Value to set

public void setContentTypeId (Object value)

Sets contentTypeId

Parameters
value Value to set

public void setContentTypeProperties (Object value)

Sets contentTypeProperties

Parameters
value Value to set

public void setDeleteFields (Object value)

Sets deleteFields

Parameters
value Value to set

public void setListName (Object value)

Sets listName

Parameters
value Value to set

public void setNewFields (Object value)

Sets newFields

Parameters
value Value to set

public void setUpdateFields (Object value)

Sets updateFields

Parameters
value Value to set