Package org.zendesk.client.v2.model
Class Forum
- java.lang.Object
-
- org.zendesk.client.v2.model.Forum
-
- All Implemented Interfaces:
Serializable
public class Forum extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classForum.Access
-
Constructor Summary
Constructors Constructor Description Forum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Forum.AccessgetAccess()LonggetCategoryId()DategetCreatedAt()StringgetDescription()TopicTypegetForumType()LonggetId()LonggetLocaleId()BooleangetLocked()StringgetName()LonggetOrganizationId()LonggetPosition()List<String>getTags()LonggetUnansweredTopics()DategetUpdatedAt()StringgetUrl()voidsetAccess(Forum.Access access)voidsetCategoryId(Long categoryId)voidsetCreatedAt(Date createdAt)voidsetDescription(String description)voidsetForumType(TopicType forumType)voidsetId(Long id)voidsetLocaleId(Long localeId)voidsetLocked(Boolean locked)voidsetName(String name)voidsetOrganizationId(Long organizationId)voidsetPosition(Long position)voidsetTags(List<String> tags)voidsetUnansweredTopics(Long unansweredTopics)voidsetUpdatedAt(Date updatedAt)voidsetUrl(String url)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getCategoryId
public Long getCategoryId()
-
setCategoryId
public void setCategoryId(Long categoryId)
-
getOrganizationId
public Long getOrganizationId()
-
setOrganizationId
public void setOrganizationId(Long organizationId)
-
getLocaleId
public Long getLocaleId()
-
setLocaleId
public void setLocaleId(Long localeId)
-
getLocked
public Boolean getLocked()
-
setLocked
public void setLocked(Boolean locked)
-
getUnansweredTopics
public Long getUnansweredTopics()
-
setUnansweredTopics
public void setUnansweredTopics(Long unansweredTopics)
-
getPosition
public Long getPosition()
-
setPosition
public void setPosition(Long position)
-
getForumType
public TopicType getForumType()
-
setForumType
public void setForumType(TopicType forumType)
-
getAccess
public Forum.Access getAccess()
-
setAccess
public void setAccess(Forum.Access access)
-
getCreatedAt
public Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Date createdAt)
-
getUpdatedAt
public Date getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
-
-