public class

ViewExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.zendesk.model.holders.ViewExpressionHolder

Summary

Fields
protected Boolean _activeType
protected Conditions _conditionsType
protected ViewExecute _executionType
protected Restriction _restrictionType
protected String _titleType
protected Object active
protected Object conditions
protected Object execution
protected Object restriction
protected Object title
Public Constructors
ViewExpressionHolder()
Public Methods
Object getActive()
Retrieves active
Object getConditions()
Retrieves conditions
Object getExecution()
Retrieves execution
Object getRestriction()
Retrieves restriction
Object getTitle()
Retrieves title
void setActive(Object value)
Sets active
void setConditions(Object value)
Sets conditions
void setExecution(Object value)
Sets execution
void setRestriction(Object value)
Sets restriction
void setTitle(Object value)
Sets title
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean _activeType

protected Conditions _conditionsType

protected ViewExecute _executionType

protected Restriction _restrictionType

protected String _titleType

protected Object active

protected Object conditions

protected Object execution

protected Object restriction

protected Object title

Public Constructors

public ViewExpressionHolder ()

Public Methods

public Object getActive ()

Retrieves active

public Object getConditions ()

Retrieves conditions

public Object getExecution ()

Retrieves execution

public Object getRestriction ()

Retrieves restriction

public Object getTitle ()

Retrieves title

public void setActive (Object value)

Sets active

Parameters
value Value to set

public void setConditions (Object value)

Sets conditions

Parameters
value Value to set

public void setExecution (Object value)

Sets execution

Parameters
value Value to set

public void setRestriction (Object value)

Sets restriction

Parameters
value Value to set

public void setTitle (Object value)

Sets title

Parameters
value Value to set