Class TimeSlot

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

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

    • TimeSlot

      public TimeSlot()
    • TimeSlot

      public TimeSlot(Boolean initWithEmptyList)
  • Method Details

    • startTime

      public TimeSlot startTime(String startTime)
      start time in xx:xx:xx.xxx format
    • getStartTime

      public String getStartTime()
    • setStartTime

      public void setStartTime(String startTime)
    • stopTime

      public TimeSlot stopTime(String stopTime)
      stop time in xx:xx:xx.xxx format
    • getStopTime

      public String getStopTime()
    • setStopTime

      public void setStopTime(String stopTime)
    • day

      public TimeSlot day(Integer day)
      Day for this time slot, Monday = 1 ... Sunday = 7
    • getDay

      public Integer getDay()
    • setDay

      public void setDay(Integer day)
    • 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