Package com.mypurecloud.sdk.v2.model
Class CaseAssociation
java.lang.Object
com.mypurecloud.sdk.v2.model.CaseAssociation
- All Implemented Interfaces:
Serializable
Represents an association between a Case and an interaction.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe association type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_case(CaseReference _case) The Case for this association.associationType(CaseAssociation.AssociationTypeEnum associationType) The association type.conversation(ConversationReference conversation) The associated Conversation.dateAssociated(Date dateAssociated) The date of the interaction association.booleangetCase()getId()getName()getStage()getStep()inthashCode()The ID of the association.voidsetAssociationType(CaseAssociation.AssociationTypeEnum associationType) voidsetCase(CaseReference _case) voidsetConversation(ConversationReference conversation) voidsetDateAssociated(Date dateAssociated) voidvoidvoidsetStage(StageReference stage) voidsetStep(StepReference step) voidsetWorkitem(WorkitemReference workitem) stage(StageReference stage) The Stage related to this association.step(StepReference step) The Step related to this association.toString()workitem(WorkitemReference workitem) The associated Workitem.
-
Constructor Details
-
CaseAssociation
public CaseAssociation() -
CaseAssociation
-
-
Method Details
-
id
The ID of the association. -
getId
-
setId
-
name
-
getName
-
setName
-
associationType
The association type. -
getAssociationType
-
setAssociationType
-
dateAssociated
The date of the interaction association. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateAssociated
-
setDateAssociated
-
workitem
The associated Workitem. -
getWorkitem
-
setWorkitem
-
conversation
The associated Conversation. -
getConversation
-
setConversation
-
stage
The Stage related to this association. -
getStage
-
setStage
-
step
The Step related to this association. -
getStep
-
setStep
-
getSelfUri
-
_case
The Case for this association. -
getCase
-
setCase
-
equals
-
hashCode
public int hashCode() -
toString
-