Class WfmHistoricalAdherenceQueryForAgent

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

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

    • WfmHistoricalAdherenceQueryForAgent

      public WfmHistoricalAdherenceQueryForAgent()
    • WfmHistoricalAdherenceQueryForAgent

      public WfmHistoricalAdherenceQueryForAgent(Boolean initWithEmptyList)
  • Method Details

    • startDate

      public WfmHistoricalAdherenceQueryForAgent startDate(Date startDate)
      Beginning of the date range to query in ISO-8601 format
    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • endDate

      public WfmHistoricalAdherenceQueryForAgent endDate(Date endDate)
      End of the date range to query in ISO-8601 format. If it is not set, end date will be set to current time
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • timeZone

      public WfmHistoricalAdherenceQueryForAgent timeZone(String timeZone)
      The time zone, in olson format, to use in defining days when computing adherence. The results will be returned as UTC timestamps regardless of the time zone input.
    • getTimeZone

      public String getTimeZone()
    • setTimeZone

      public void setTimeZone(String timeZone)
    • 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