Package com.mypurecloud.sdk.v2.model
Class CategoryResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.CategoryResponse
- All Implemented Interfaces:
Serializable
CategoryResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateCreated(Date dateCreated) Date time is represented as an ISO-8601 string.dateModified(Date dateModified) Date time is represented as an ISO-8601 string.description(String description) documentCount(Integer documentCount) Number of documents assigned to this category.booleanexternalId(String externalId) getId()getName()inthashCode()knowledgeBase(KnowledgeBaseReference knowledgeBase) The reference to knowledge base to which the category belongs to.The name of the category.parentCategory(CategoryReference parentCategory) The reference to category to which this category belongs to.voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDescription(String description) voidsetDocumentCount(Integer documentCount) voidsetExternalId(String externalId) voidsetKnowledgeBase(KnowledgeBaseReference knowledgeBase) voidvoidsetParentCategory(CategoryReference parentCategory) toString()
-
Constructor Details
-
CategoryResponse
public CategoryResponse() -
CategoryResponse
-
-
Method Details
-
getId
-
name
The name of the category. -
getName
-
setName
-
description
-
getDescription
-
setDescription
-
externalId
-
getExternalId
-
setExternalId
-
dateCreated
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
parentCategory
The reference to category to which this category belongs to. -
getParentCategory
-
setParentCategory
-
documentCount
Number of documents assigned to this category. -
getDocumentCount
-
setDocumentCount
-
knowledgeBase
The reference to knowledge base to which the category belongs to. -
getKnowledgeBase
-
setKnowledgeBase
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-