Package com.mypurecloud.sdk.v2.model
Class StaCategory
java.lang.Object
com.mypurecloud.sdk.v2.model.StaCategory
- All Implemented Interfaces:
Serializable
StaCategory
- 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 TypeMethodDescriptioncreatedBy(AddressableEntityRef createdBy) The user who created the recordA collection of conditions joined together by logical operation to provide more refined filtering of conversationsdateCreated(Date dateCreated) The creation date of the record.dateModified(Date dateModified) The last modified date of the record.description(String description) The description of the categorybooleangetId()getName()inthashCode()interactionType(StaCategory.InteractionTypeEnum interactionType) The type of interaction the category will apply tomodifiedBy(AddressableEntityRef modifiedBy) The user who last modified the recordvoidsetCreatedBy(AddressableEntityRef createdBy) voidsetCriteria(Operand criteria) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDescription(String description) voidsetInteractionType(StaCategory.InteractionTypeEnum interactionType) voidsetModifiedBy(AddressableEntityRef modifiedBy) voidtoString()
-
Constructor Details
-
StaCategory
public StaCategory() -
StaCategory
-
-
Method Details
-
getId
-
name
-
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
-
createdBy
The user who created the record -
getCreatedBy
-
setCreatedBy
-
dateCreated
The creation date of the record. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
modifiedBy
The user who last modified the record -
getModifiedBy
-
setModifiedBy
-
dateModified
The last modified date of the record. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-