Uses of Class
com.mypurecloud.sdk.v2.model.RequestJourneyPattern
Packages that use RequestJourneyPattern
-
Uses of RequestJourneyPattern in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RequestJourneyPatternModifier and TypeMethodDescriptionThe number of times the pattern must match.RequestJourneyPattern.criteria(List<RequestCriteria> criteria) A list of one or more criteria to satisfy.The name of the event for which this pattern can be matched on.RequestJourneyPattern.sessionType(String sessionType) The session type for which this pattern can be matched on.RequestJourneyPattern.streamType(RequestJourneyPattern.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 RequestJourneyPatternMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type RequestJourneyPatternModifier and TypeMethodDescriptionRequestJourney.patterns(List<RequestJourneyPattern> patterns) A list of zero or more patterns to match.voidRequestJourney.setPatterns(List<RequestJourneyPattern> patterns)