public class

ConditionsExpressionHolder

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

Summary

Fields
protected List<Condition> _allType
protected List<Condition> _anyType
protected Object all
protected Object any
Public Constructors
ConditionsExpressionHolder()
Public Methods
Object getAll()
Retrieves all
Object getAny()
Retrieves any
void setAll(Object value)
Sets all
void setAny(Object value)
Sets any
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<Condition> _allType

protected List<Condition> _anyType

protected Object all

protected Object any

Public Constructors

public ConditionsExpressionHolder ()

Public Methods

public Object getAll ()

Retrieves all

public Object getAny ()

Retrieves any

public void setAll (Object value)

Sets all

Parameters
value Value to set

public void setAny (Object value)

Sets any

Parameters
value Value to set