Uses of Class
com.mypurecloud.sdk.v2.model.JourneyViewLink
Packages that use JourneyViewLink
-
Uses of JourneyViewLink in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyViewLinkModifier and TypeMethodDescriptionJourneyViewLink.constraintAfter(JourneyViewLinkTimeConstraint constraintAfter) A time constraint on this link, which requires a customer must complete the downstream element after this amount of time to be counted.JourneyViewLink.constraintWithin(JourneyViewLinkTimeConstraint constraintWithin) A time constraint on this link, which requires a customer to complete the downstream element within this amount of time to be counted.JourneyViewLink.eventCountType(JourneyViewLink.EventCountTypeEnum eventCountType) The type of events that will be counted.The identifier of the element downstreamJourneyViewLink.joinAttributes(List<String> joinAttributes) Other (secondary) attributes on which this link should join the customers being countedMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type JourneyViewLinkMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type JourneyViewLinkModifier and TypeMethodDescriptionJourneyViewElement.followedBy(List<JourneyViewLink> followedBy) A list of JourneyViewLink objects, listing the elements downstream of this elementvoidJourneyViewElement.setFollowedBy(List<JourneyViewLink> followedBy)