public class

RestrictionExpressionHolder

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

Summary

Fields
protected Long _idType
protected String _typeType
protected Object id
protected Object type
Public Constructors
RestrictionExpressionHolder()
Public Methods
Object getId()
Retrieves id
Object getType()
Retrieves type
void setId(Object value)
Sets id
void setType(Object value)
Sets type
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Long _idType

protected String _typeType

protected Object id

protected Object type

Public Constructors

public RestrictionExpressionHolder ()

Public Methods

public Object getId ()

Retrieves id

public Object getType ()

Retrieves type

public void setId (Object value)

Sets id

Parameters
value Value to set

public void setType (Object value)

Sets type

Parameters
value Value to set