Package com.mypurecloud.sdk.v2.model
Class JourneyViewLink
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyViewLink
- All Implemented Interfaces:
Serializable
A link between elements in a journey view
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of events that will be counted. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstraintAfter(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.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.booleaneventCountType(JourneyViewLink.EventCountTypeEnum eventCountType) The type of events that will be counted.getId()inthashCode()The identifier of the element downstreamjoinAttributes(List<String> joinAttributes) Other (secondary) attributes on which this link should join the customers being countedvoidsetConstraintAfter(JourneyViewLinkTimeConstraint constraintAfter) voidsetConstraintWithin(JourneyViewLinkTimeConstraint constraintWithin) voidsetEventCountType(JourneyViewLink.EventCountTypeEnum eventCountType) voidvoidsetJoinAttributes(List<String> joinAttributes) toString()
-
Constructor Details
-
JourneyViewLink
public JourneyViewLink() -
JourneyViewLink
-
-
Method Details
-
id
The identifier of the element downstream -
getId
-
setId
-
constraintWithin
A time constraint on this link, which requires a customer to complete the downstream element within this amount of time to be counted. -
getConstraintWithin
-
setConstraintWithin
-
constraintAfter
A time constraint on this link, which requires a customer must complete the downstream element after this amount of time to be counted. -
getConstraintAfter
-
setConstraintAfter
-
eventCountType
The type of events that will be counted. Note: Concurrent will override any JourneyViewLinkTimeConstraint. Default is Sequential. -
getEventCountType
-
setEventCountType
-
joinAttributes
Other (secondary) attributes on which this link should join the customers being counted -
getJoinAttributes
-
setJoinAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-