Uses of Class
com.mypurecloud.sdk.v2.model.PatchJourney
Packages that use PatchJourney
-
Uses of PatchJourney in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchJourneyModifier and TypeMethodDescriptionPatchOutcome.getJourney()PatchSegment.getJourney()PatchJourney.patterns(List<PatchJourneyPattern> patterns) A list of zero or more patterns to match.Methods in com.mypurecloud.sdk.v2.model with parameters of type PatchJourneyModifier and TypeMethodDescriptionPatchOutcome.journey(PatchJourney journey) The pattern of rules defining the filter of the outcome.PatchSegment.journey(PatchJourney journey) The pattern of rules defining the segment.voidPatchOutcome.setJourney(PatchJourney journey) voidPatchSegment.setJourney(PatchJourney journey)