Class WfmHistoricalAdherenceBulkItem

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

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

    • WfmHistoricalAdherenceBulkItem

      public WfmHistoricalAdherenceBulkItem()
    • WfmHistoricalAdherenceBulkItem

      public WfmHistoricalAdherenceBulkItem(Boolean initWithEmptyList)
  • Method Details

    • managementUnitId

      public WfmHistoricalAdherenceBulkItem managementUnitId(String managementUnitId)
      The ID of the management unit to query
    • getManagementUnitId

      public String getManagementUnitId()
    • setManagementUnitId

      public void setManagementUnitId(String managementUnitId)
    • startDate

      public WfmHistoricalAdherenceBulkItem 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 WfmHistoricalAdherenceBulkItem endDate(Date endDate)
      End of the date range to query in ISO-8601 format
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • userIds

      public WfmHistoricalAdherenceBulkItem userIds(List<String> userIds)
      The IDs of the users to query. If not included, will query every user in the management unit
    • getUserIds

      public List<String> getUserIds()
    • setUserIds

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

      public WfmHistoricalAdherenceBulkItem includeExceptions(Boolean includeExceptions)
      Whether user exceptions should be returned as part of the results. Defaults to false if not specified.
    • getIncludeExceptions

      public Boolean getIncludeExceptions()
    • setIncludeExceptions

      public void setIncludeExceptions(Boolean includeExceptions)
    • includeActuals

      public WfmHistoricalAdherenceBulkItem includeActuals(Boolean includeActuals)
      Whether user actual activities should be returned as part of the results. Defaults to false if not specified.
    • getIncludeActuals

      public Boolean getIncludeActuals()
    • setIncludeActuals

      public void setIncludeActuals(Boolean includeActuals)
    • 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