public class

TopicComment

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

Class Overview

Topic Comment

Summary

Fields
private List<Attachment> attachments
private String body
private Boolean informative
private Long topicId
private Long userId
[Expand]
Inherited Fields
From class org.mule.modules.zendesk.model.Entity
Public Constructors
TopicComment()
Public Methods
List<Attachment> getAttachments()
String getBody()
Boolean getInformative()
Long getTopicId()
Long getUserId()
void setAttachments(List<Attachment> attachments)
void setBody(String body)
void setInformative(Boolean informative)
void setTopicId(Long topicId)
void setUserId(Long userId)
[Expand]
Inherited Methods
From class org.mule.modules.zendesk.model.Entity
From class java.lang.Object

Fields

private List<Attachment> attachments

private String body

private Boolean informative

private Long topicId

private Long userId

Public Constructors

public TopicComment ()

Public Methods

public List<Attachment> getAttachments ()

public String getBody ()

public Boolean getInformative ()

public Long getTopicId ()

public Long getUserId ()

public void setAttachments (List<Attachment> attachments)

Parameters
attachments

public void setBody (String body)

Parameters
body

public void setInformative (Boolean informative)

Parameters
informative

public void setTopicId (Long topicId)

Parameters
topicId

public void setUserId (Long userId)

Parameters
userId