Class BuQueryAdherenceExplanationsRequest

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

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

    • BuQueryAdherenceExplanationsRequest

      public BuQueryAdherenceExplanationsRequest()
    • BuQueryAdherenceExplanationsRequest

      public BuQueryAdherenceExplanationsRequest(Boolean initWithEmptyList)
  • Method Details

    • startDate

      public BuQueryAdherenceExplanationsRequest startDate(Date startDate)
      The start date of the range to query. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • endDate

      public BuQueryAdherenceExplanationsRequest endDate(Date endDate)
      The end date of the range to query. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • managementUnitIds

      public BuQueryAdherenceExplanationsRequest managementUnitIds(List<String> managementUnitIds)
      A filter for which management units to query. Leave empty or omit entirely for all management units in the business unit
    • getManagementUnitIds

      public List<String> getManagementUnitIds()
    • setManagementUnitIds

      public void setManagementUnitIds(List<String> managementUnitIds)
    • agentIds

      public BuQueryAdherenceExplanationsRequest agentIds(List<String> agentIds)
      A filter for which agents within the business unit to query. Leave empty or omit entirely for all agents in the business unit (or management units if specified)
    • getAgentIds

      public List<String> getAgentIds()
    • setAgentIds

      public void setAgentIds(List<String> agentIds)
    • 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