public class

TicketComment

extends Entity
java.lang.Object
   ↳ org.mule.modules.zendesk.model.Entity
     ↳ org.mule.modules.zendesk.model.TicketComment

Class Overview

Ticket comment class

Summary

Fields
private List<Attachment> attachment
private Long authorId
private String body
private String htmlBody
private Boolean publicComment
private Boolean trusted
private String type
[Expand]
Inherited Fields
From class org.mule.modules.zendesk.model.Entity
Public Constructors
TicketComment()
Public Methods
List<Attachment> getAttachment()
Long getAuthorId()
String getBody()
String getHtmlBody()
Boolean getPublicComment()
Boolean getTrusted()
String getType()
void setAttachment(List<Attachment> attachment)
void setAuthorId(Long authorId)
void setBody(String body)
void setHtmlBody(String htmlBody)
void setPublicComment(Boolean publicComment)
void setTrusted(Boolean trusted)
void setType(String type)
[Expand]
Inherited Methods
From class org.mule.modules.zendesk.model.Entity
From class java.lang.Object

Fields

private List<Attachment> attachment

private Long authorId

private String body

private String htmlBody

private Boolean publicComment

private Boolean trusted

private String type

Public Constructors

public TicketComment ()

Public Methods

public List<Attachment> getAttachment ()

public Long getAuthorId ()

public String getBody ()

public String getHtmlBody ()

public Boolean getPublicComment ()

public Boolean getTrusted ()

public String getType ()

public void setAttachment (List<Attachment> attachment)

Parameters
attachment

public void setAuthorId (Long authorId)

Parameters
authorId

public void setBody (String body)

Parameters
body

public void setHtmlBody (String htmlBody)

Parameters
htmlBody

public void setPublicComment (Boolean publicComment)

Parameters
publicComment

public void setTrusted (Boolean trusted)

Parameters
trusted

public void setType (String type)

Parameters
type