Uses of Class
com.mypurecloud.sdk.v2.model.JourneyViewLinkTimeConstraint
Packages that use JourneyViewLinkTimeConstraint
-
Uses of JourneyViewLinkTimeConstraint in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyViewLinkTimeConstraintModifier and TypeMethodDescriptionJourneyViewLink.getConstraintAfter()JourneyViewLink.getConstraintWithin()JourneyViewLinkTimeConstraint.unit(JourneyViewLinkTimeConstraint.UnitEnum unit) The unit for the link's time constraintThe value for the link's time constraintMethods in com.mypurecloud.sdk.v2.model with parameters of type JourneyViewLinkTimeConstraintModifier 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.voidJourneyViewLink.setConstraintAfter(JourneyViewLinkTimeConstraint constraintAfter) voidJourneyViewLink.setConstraintWithin(JourneyViewLinkTimeConstraint constraintWithin)