Class CallableTime

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

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

    • CallableTime

      public CallableTime()
    • CallableTime

      public CallableTime(Boolean initWithEmptyList)
  • Method Details

    • timeSlots

      public CallableTime timeSlots(List<CampaignTimeSlot> timeSlots)
      The time intervals for which it is acceptable to place outbound calls.
    • getTimeSlots

      public List<CampaignTimeSlot> getTimeSlots()
    • setTimeSlots

      public void setTimeSlots(List<CampaignTimeSlot> timeSlots)
    • timeZoneId

      public CallableTime timeZoneId(String timeZoneId)
      The time zone for the time slots; for example, Africa/Abidjan. Time zones are represented as a string of the zone name as found in the IANA time zone database. For example: UTC, Etc/UTC, or Europe/London
    • getTimeZoneId

      public String getTimeZoneId()
    • setTimeZoneId

      public void setTimeZoneId(String timeZoneId)
    • 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