Package com.mypurecloud.sdk.v2.model
Class JourneyCaseAssociation
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyCaseAssociation
- All Implemented Interfaces:
Serializable
The representation of a case association on a journey session.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociatedCase(AddressableEntityRef associatedCase) The case that was associated with the journey session.caseReference(String caseReference) The reference for the case that was associated with the journey session.dateAssociated(Date dateAssociated) The date of the association.booleangetId()inthashCode()The ID of the association.voidsetAssociatedCase(AddressableEntityRef associatedCase) voidsetCaseReference(String caseReference) voidsetDateAssociated(Date dateAssociated) voidtoString()
-
Constructor Details
-
JourneyCaseAssociation
public JourneyCaseAssociation() -
JourneyCaseAssociation
-
-
Method Details
-
id
The ID of the association. -
getId
-
setId
-
associatedCase
The case that was associated with the journey session. -
getAssociatedCase
-
setAssociatedCase
-
caseReference
The reference for the case that was associated with the journey session. -
getCaseReference
-
setCaseReference
-
dateAssociated
The date of the association. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateAssociated
-
setDateAssociated
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-