Package com.mypurecloud.sdk.v2.model
Class FlowPathsElement
java.lang.Object
com.mypurecloud.sdk.v2.model.FlowPathsElement
- All Implemented Interfaces:
Serializable
FlowPathsElement
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe value of the flow outcome, if the element type is Outcome.static enumType of the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCount of all journeys that include this element.booleanflowMilestone(AddressableEntityRef flowMilestone) The flow milestone, set if the element type is Milestone.flowOutcome(AddressableEntityRef flowOutcome) The flow outcome, set if the element type is Outcome or Milestone.flowOutcomeValue(FlowPathsElement.FlowOutcomeValueEnum flowOutcomeValue) The value of the flow outcome, if the element type is Outcome.flows(List<FlowPathsFlowDetails> flows) Details of flows involved in journeys that include this element.getCount()getFlows()getType()inthashCode()Unique identifier of the parent element.voidvoidsetFlowMilestone(AddressableEntityRef flowMilestone) voidsetFlowOutcome(AddressableEntityRef flowOutcome) voidsetFlowOutcomeValue(FlowPathsElement.FlowOutcomeValueEnum flowOutcomeValue) voidsetFlows(List<FlowPathsFlowDetails> flows) voidsetParentId(String parentId) voidtoString()Type of the element.
-
Constructor Details
-
FlowPathsElement
public FlowPathsElement() -
FlowPathsElement
-
-
Method Details
-
parentId
Unique identifier of the parent element. Will be null for the root element. -
getParentId
-
setParentId
-
type
Type of the element. -
getType
-
setType
-
count
Count of all journeys that include this element. -
getCount
-
setCount
-
flows
Details of flows involved in journeys that include this element. -
getFlows
-
setFlows
-
flowMilestone
The flow milestone, set if the element type is Milestone. -
getFlowMilestone
-
setFlowMilestone
-
flowOutcome
The flow outcome, set if the element type is Outcome or Milestone. -
getFlowOutcome
-
setFlowOutcome
-
flowOutcomeValue
The value of the flow outcome, if the element type is Outcome. -
getFlowOutcomeValue
-
setFlowOutcomeValue
-
equals
-
hashCode
public int hashCode() -
toString
-