Class WfmHistoricalAdherenceQueryForTeams

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

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

    • WfmHistoricalAdherenceQueryForTeams

      public WfmHistoricalAdherenceQueryForTeams()
    • WfmHistoricalAdherenceQueryForTeams

      public WfmHistoricalAdherenceQueryForTeams(Boolean initWithEmptyList)
  • Method Details

    • startDate

      public WfmHistoricalAdherenceQueryForTeams 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 WfmHistoricalAdherenceQueryForTeams 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 WfmHistoricalAdherenceQueryForTeams 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)
    • userIds

      public WfmHistoricalAdherenceQueryForTeams userIds(List<String> userIds)
      The userIds to report on. If null or not set, adherence will be computed for all the users in management unit or requested teamIds
    • getUserIds

      public List<String> getUserIds()
    • setUserIds

      public void setUserIds(List<String> userIds)
    • includeExceptions

      public WfmHistoricalAdherenceQueryForTeams includeExceptions(Boolean includeExceptions)
      Whether user exceptions should be returned as part of the results
    • getIncludeExceptions

      public Boolean getIncludeExceptions()
    • setIncludeExceptions

      public void setIncludeExceptions(Boolean includeExceptions)
    • 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