Class ScheduleInterval

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

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

    • ScheduleInterval

      public ScheduleInterval()
    • ScheduleInterval

      public ScheduleInterval(Boolean initWithEmptyList)
  • Method Details

    • start

      public ScheduleInterval start(String start)
      The scheduled start time as an ISO-8601 string, i.e yyyy-MM-ddTHH:mm:ss.SSSZ
    • getStart

      public String getStart()
    • setStart

      public void setStart(String start)
    • end

      public ScheduleInterval end(String end)
      The scheduled end time as an ISO-8601 string, i.e. yyyy-MM-ddTHH:mm:ss.SSSZ
    • getEnd

      public String getEnd()
    • setEnd

      public void setEnd(String end)
    • 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