public class

CreateContentTypeExpressionHolder

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

Summary

Fields
protected String _addToViewType
protected CreateContentType.ContentTypeProperties _contentTypePropertiesType
protected String _displayNameType
protected CreateContentType.Fields _fieldsType
protected String _listNameType
protected String _parentTypeType
protected Object addToView
protected Object contentTypeProperties
protected Object displayName
protected Object fields
protected Object listName
protected Object parentType
Public Constructors
CreateContentTypeExpressionHolder()
Public Methods
Object getAddToView()
Retrieves addToView
Object getContentTypeProperties()
Retrieves contentTypeProperties
Object getDisplayName()
Retrieves displayName
Object getFields()
Retrieves fields
Object getListName()
Retrieves listName
Object getParentType()
Retrieves parentType
void setAddToView(Object value)
Sets addToView
void setContentTypeProperties(Object value)
Sets contentTypeProperties
void setDisplayName(Object value)
Sets displayName
void setFields(Object value)
Sets fields
void setListName(Object value)
Sets listName
void setParentType(Object value)
Sets parentType
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _addToViewType

protected CreateContentType.ContentTypeProperties _contentTypePropertiesType

protected String _displayNameType

protected CreateContentType.Fields _fieldsType

protected String _listNameType

protected String _parentTypeType

protected Object addToView

protected Object contentTypeProperties

protected Object displayName

protected Object fields

protected Object listName

protected Object parentType

Public Constructors

public CreateContentTypeExpressionHolder ()

Public Methods

public Object getAddToView ()

Retrieves addToView

public Object getContentTypeProperties ()

Retrieves contentTypeProperties

public Object getDisplayName ()

Retrieves displayName

public Object getFields ()

Retrieves fields

public Object getListName ()

Retrieves listName

public Object getParentType ()

Retrieves parentType

public void setAddToView (Object value)

Sets addToView

Parameters
value Value to set

public void setContentTypeProperties (Object value)

Sets contentTypeProperties

Parameters
value Value to set

public void setDisplayName (Object value)

Sets displayName

Parameters
value Value to set

public void setFields (Object value)

Sets fields

Parameters
value Value to set

public void setListName (Object value)

Sets listName

Parameters
value Value to set

public void setParentType (Object value)

Sets parentType

Parameters
value Value to set