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