Package com.mypurecloud.sdk.v2.model
Class CategoryCreateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CategoryCreateRequest
- All Implemented Interfaces:
Serializable
CategoryCreateRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description for the category.booleanexternalId(String externalId) The external id associated with the category.getId()getName()inthashCode()The name of the category.parentCategoryId(String parentCategoryId) voidsetDescription(String description) voidsetExternalId(String externalId) voidvoidsetParentCategoryId(String parentCategoryId) toString()
-
Constructor Details
-
CategoryCreateRequest
public CategoryCreateRequest() -
CategoryCreateRequest
-
-
Method Details
-
getId
-
name
The name of the category. -
getName
-
setName
-
parentCategoryId
-
getParentCategoryId
-
setParentCategoryId
-
description
The description for the category. -
getDescription
-
setDescription
-
externalId
The external id associated with the category. -
getExternalId
-
setExternalId
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-