Package com.mypurecloud.sdk.v2.model
Class CategoryRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CategoryRequest
- All Implemented Interfaces:
Serializable
CategoryRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of interaction the category will apply to -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA collection of conditions joined together by logical operation to provide more refined filtering of conversationsdescription(String description) The description of the categorybooleangetName()inthashCode()interactionType(CategoryRequest.InteractionTypeEnum interactionType) The type of interaction the category will apply toThe name of the categoryvoidsetCriteria(Operand criteria) voidsetDescription(String description) voidsetInteractionType(CategoryRequest.InteractionTypeEnum interactionType) voidtoString()
-
Constructor Details
-
CategoryRequest
public CategoryRequest() -
CategoryRequest
-
-
Method Details
-
name
The name of the category -
getName
-
setName
-
description
The description of the category -
getDescription
-
setDescription
-
interactionType
The type of interaction the category will apply to -
getInteractionType
-
setInteractionType
-
criteria
A collection of conditions joined together by logical operation to provide more refined filtering of conversations -
getCriteria
-
setCriteria
-
equals
-
hashCode
public int hashCode() -
toString
-