Uses of Class
com.mypurecloud.sdk.v2.model.FlowPathsElement
Packages that use FlowPathsElement
-
Uses of FlowPathsElement in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowPathsElementModifier and TypeMethodDescriptionCount of all journeys that include this element.FlowPathsElement.flowMilestone(AddressableEntityRef flowMilestone) The flow milestone, set if the element type is Milestone.FlowPathsElement.flowOutcome(AddressableEntityRef flowOutcome) The flow outcome, set if the element type is Outcome or Milestone.FlowPathsElement.flowOutcomeValue(FlowPathsElement.FlowOutcomeValueEnum flowOutcomeValue) The value of the flow outcome, if the element type is Outcome.FlowPathsElement.flows(List<FlowPathsFlowDetails> flows) Details of flows involved in journeys that include this element.Unique identifier of the parent element.FlowPathsElement.type(FlowPathsElement.TypeEnum type) Type of the element.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type FlowPathsElementMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type FlowPathsElementModifier and TypeMethodDescriptionFlowPaths.elements(Map<String, FlowPathsElement> elements) Unique element identifiers and their corresponding elements in the trie data structure representing the paths.voidFlowPaths.setElements(Map<String, FlowPathsElement> elements)