Uses of Class
com.mypurecloud.sdk.v2.model.JourneyPattern
Packages that use JourneyPattern
-
Uses of JourneyPattern in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyPatternModifier and TypeMethodDescriptionThe number of times the pattern must match.A list of one or more criteria to satisfy.The name of the event for which this pattern can be matched on.JourneyPattern.sessionType(String sessionType) The session type for which this pattern can be matched on.JourneyPattern.streamType(JourneyPattern.StreamTypeEnum streamType) The stream type for which this pattern can be matched on.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type JourneyPatternMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type JourneyPatternModifier and TypeMethodDescriptionJourney.patterns(List<JourneyPattern> patterns) A list of zero or more patterns to match.voidJourney.setPatterns(List<JourneyPattern> patterns)