Uses of Class
com.mypurecloud.sdk.v2.model.JourneyCaseAssociation
Packages that use JourneyCaseAssociation
-
Uses of JourneyCaseAssociation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyCaseAssociationModifier and TypeMethodDescriptionJourneyCaseAssociation.associatedCase(AddressableEntityRef associatedCase) The case that was associated with the journey session.JourneyCaseAssociation.caseReference(String caseReference) The reference for the case that was associated with the journey session.JourneyCaseAssociation.dateAssociated(Date dateAssociated) The date of the association.The ID of the association.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type JourneyCaseAssociationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type JourneyCaseAssociationModifier and TypeMethodDescriptionSession.caseAssociations(List<JourneyCaseAssociation> caseAssociations) Cases associated with the session - conversation only.voidSession.setCaseAssociations(List<JourneyCaseAssociation> caseAssociations)