Class AgentMuScheduleQuery

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

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

    • AgentMuScheduleQuery

      public AgentMuScheduleQuery()
    • AgentMuScheduleQuery

      public AgentMuScheduleQuery(Boolean initWithEmptyList)
  • Method Details

    • startDate

      public AgentMuScheduleQuery startDate(Date startDate)
      The start date for the range to query the schedule's for the agent's management unit. 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 AgentMuScheduleQuery endDate(Date endDate)
      The end date for the range to query the schedule's for the agent's management unit. 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)
    • 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