Class FlowPaths

java.lang.Object
com.mypurecloud.sdk.v2.model.FlowPaths
All Implemented Interfaces:
Serializable

public class FlowPaths extends Object implements Serializable
FlowPaths
See Also:
  • Constructor Details

    • FlowPaths

      public FlowPaths()
    • FlowPaths

      public FlowPaths(Boolean initWithEmptyList)
  • Method Details

    • category

      public FlowPaths category(FlowPaths.CategoryEnum category)
      Category (use case) of the paths within a given domain.
    • getCategory

      public FlowPaths.CategoryEnum getCategory()
    • setCategory

      public void setCategory(FlowPaths.CategoryEnum category)
    • dateStart

      public FlowPaths dateStart(Date 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

      public Date getDateStart()
    • setDateStart

      public void setDateStart(Date dateStart)
    • dateEnd

      public FlowPaths dateEnd(Date 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

      public Date getDateEnd()
    • setDateEnd

      public void setDateEnd(Date dateEnd)
    • elements

      public FlowPaths elements(Map<String,FlowPathsElement> elements)
      Unique element identifiers and their corresponding elements in the trie data structure representing the paths.
    • getElements

      public Map<String,FlowPathsElement> getElements()
    • setElements

      public void setElements(Map<String,FlowPathsElement> elements)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object