public class

Topic

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

Class Overview

Zendesk Topic

Summary

Fields
private Boolean answered
private String body
private Integer commentsCount
private Long forumId
private Boolean highlighted
private Boolean locked
private Boolean pinned
private Integer position
private Long submitterId
private List<String> tags
private String title
private String topicType
private Long updaterId
[Expand]
Inherited Fields
From class org.mule.modules.zendesk.model.Entity
Public Constructors
Topic()
Public Methods
Boolean getAnswered()
String getBody()
Integer getCommentsCount()
Long getForumId()
Boolean getHighlighted()
Boolean getLocked()
Boolean getPinned()
Integer getPosition()
Long getSubmitterId()
List<String> getTags()
String getTitle()
String getTopicType()
Long getUpdaterId()
void setAnswered(Boolean answered)
void setBody(String body)
void setCommentsCount(Integer commentsCount)
void setForumId(Long forumId)
void setHighlighted(Boolean highlighted)
void setLocked(Boolean locked)
void setPinned(Boolean pinned)
void setPosition(Integer position)
void setSubmitterId(Long submitterId)
void setTags(List<String> tags)
void setTitle(String title)
void setTopicType(String topicType)
void setUpdaterId(Long updaterId)
[Expand]
Inherited Methods
From class org.mule.modules.zendesk.model.Entity
From class java.lang.Object

Fields

private Boolean answered

private String body

private Integer commentsCount

private Long forumId

private Boolean highlighted

private Boolean locked

private Boolean pinned

private Integer position

private Long submitterId

private List<String> tags

private String title

private String topicType

private Long updaterId

Public Constructors

public Topic ()

Public Methods

public Boolean getAnswered ()

public String getBody ()

public Integer getCommentsCount ()

public Long getForumId ()

public Boolean getHighlighted ()

public Boolean getLocked ()

public Boolean getPinned ()

public Integer getPosition ()

public Long getSubmitterId ()

public List<String> getTags ()

public String getTitle ()

public String getTopicType ()

public Long getUpdaterId ()

public void setAnswered (Boolean answered)

Parameters
answered

public void setBody (String body)

Parameters
body

public void setCommentsCount (Integer commentsCount)

Parameters
commentsCount

public void setForumId (Long forumId)

Parameters
forumId

public void setHighlighted (Boolean highlighted)

Parameters
highlighted

public void setLocked (Boolean locked)

Parameters
locked

public void setPinned (Boolean pinned)

Parameters
pinned

public void setPosition (Integer position)

Parameters
position

public void setSubmitterId (Long submitterId)

Parameters
submitterId

public void setTags (List<String> tags)

Parameters
tags

public void setTitle (String title)

Parameters
title

public void setTopicType (String topicType)

Parameters
topicType

public void setUpdaterId (Long updaterId)

Parameters
updaterId