public class

TicketCommentExpressionHolder

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

Summary

Fields
protected List<Attachment> _attachmentType
protected Long _authorIdType
protected String _bodyType
protected String _htmlBodyType
protected Boolean _publicCommentType
protected Boolean _trustedType
protected String _typeType
protected Object attachment
protected Object authorId
protected Object body
protected Object htmlBody
protected Object publicComment
protected Object trusted
protected Object type
Public Constructors
TicketCommentExpressionHolder()
Public Methods
Object getAttachment()
Retrieves attachment
Object getAuthorId()
Retrieves authorId
Object getBody()
Retrieves body
Object getHtmlBody()
Retrieves htmlBody
Object getPublicComment()
Retrieves publicComment
Object getTrusted()
Retrieves trusted
Object getType()
Retrieves type
void setAttachment(Object value)
Sets attachment
void setAuthorId(Object value)
Sets authorId
void setBody(Object value)
Sets body
void setHtmlBody(Object value)
Sets htmlBody
void setPublicComment(Object value)
Sets publicComment
void setTrusted(Object value)
Sets trusted
void setType(Object value)
Sets type
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<Attachment> _attachmentType

protected Long _authorIdType

protected String _bodyType

protected String _htmlBodyType

protected Boolean _publicCommentType

protected Boolean _trustedType

protected String _typeType

protected Object attachment

protected Object authorId

protected Object body

protected Object htmlBody

protected Object publicComment

protected Object trusted

protected Object type

Public Constructors

public TicketCommentExpressionHolder ()

Public Methods

public Object getAttachment ()

Retrieves attachment

public Object getAuthorId ()

Retrieves authorId

public Object getBody ()

Retrieves body

public Object getHtmlBody ()

Retrieves htmlBody

public Object getPublicComment ()

Retrieves publicComment

public Object getTrusted ()

Retrieves trusted

public Object getType ()

Retrieves type

public void setAttachment (Object value)

Sets attachment

Parameters
value Value to set

public void setAuthorId (Object value)

Sets authorId

Parameters
value Value to set

public void setBody (Object value)

Sets body

Parameters
value Value to set

public void setHtmlBody (Object value)

Sets htmlBody

Parameters
value Value to set

public void setPublicComment (Object value)

Sets publicComment

Parameters
value Value to set

public void setTrusted (Object value)

Sets trusted

Parameters
value Value to set

public void setType (Object value)

Sets type

Parameters
value Value to set