Package com.mypurecloud.sdk.v2.model
Class ConversationCategory
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationCategory
- All Implemented Interfaces:
Serializable
ConversationCategory
- 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 categorybooleangetId()getName()inthashCode()The id of the categoryinteractionType(ConversationCategory.InteractionTypeEnum interactionType) The type of interaction the category will apply toThe name of the categoryvoidsetCriteria(Operand criteria) voidsetDescription(String description) voidvoidsetInteractionType(ConversationCategory.InteractionTypeEnum interactionType) voidtoString()
-
Constructor Details
-
ConversationCategory
public ConversationCategory() -
ConversationCategory
-
-
Method Details
-
id
The id of the category -
getId
-
setId
-
name
The name of the category -
getName
-
setName
-
description
The description of the category -
getDescription
-
setDescription
-
interactionType
public ConversationCategory interactionType(ConversationCategory.InteractionTypeEnum 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
-