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