Class JourneyCaseAssociation

java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyCaseAssociation
All Implemented Interfaces:
Serializable

public class JourneyCaseAssociation extends Object implements Serializable
The representation of a case association on a journey session.
See Also:
  • Constructor Details

    • JourneyCaseAssociation

      public JourneyCaseAssociation()
    • JourneyCaseAssociation

      public JourneyCaseAssociation(Boolean initWithEmptyList)
  • Method Details

    • id

      The ID of the association.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • associatedCase

      public JourneyCaseAssociation associatedCase(AddressableEntityRef associatedCase)
      The case that was associated with the journey session.
    • getAssociatedCase

      public AddressableEntityRef getAssociatedCase()
    • setAssociatedCase

      public void setAssociatedCase(AddressableEntityRef associatedCase)
    • caseReference

      public JourneyCaseAssociation caseReference(String caseReference)
      The reference for the case that was associated with the journey session.
    • getCaseReference

      public String getCaseReference()
    • setCaseReference

      public void setCaseReference(String caseReference)
    • dateAssociated

      public JourneyCaseAssociation dateAssociated(Date 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

      public Date getDateAssociated()
    • setDateAssociated

      public void setDateAssociated(Date dateAssociated)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object