Package com.mypurecloud.sdk.v2.model
Class FlowPaths
java.lang.Object
com.mypurecloud.sdk.v2.model.FlowPaths
- All Implemented Interfaces:
Serializable
FlowPaths
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCategory (use case) of the paths within a given domain. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategory(FlowPaths.CategoryEnum category) Category (use case) of the paths within a given domain.End date of the date range included in the flow paths data.Start date of the date range included in the flow paths data.elements(Map<String, FlowPathsElement> elements) Unique element identifiers and their corresponding elements in the trie data structure representing the paths.booleaninthashCode()voidsetCategory(FlowPaths.CategoryEnum category) voidsetDateEnd(Date dateEnd) voidsetDateStart(Date dateStart) voidsetElements(Map<String, FlowPathsElement> elements) toString()
-
Constructor Details
-
FlowPaths
public FlowPaths() -
FlowPaths
-
-
Method Details
-
category
Category (use case) of the paths within a given domain. -
getCategory
-
setCategory
-
dateStart
Start date of the date range included in the flow paths data. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
dateEnd
End date of the date range included in the flow paths data. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateEnd
-
setDateEnd
-
elements
Unique element identifiers and their corresponding elements in the trie data structure representing the paths. -
getElements
-
setElements
-
equals
-
hashCode
public int hashCode() -
toString
-