Package com.mypurecloud.sdk.v2.model
Class CallableTime
java.lang.Object
com.mypurecloud.sdk.v2.model.CallableTime
- All Implemented Interfaces:
Serializable
CallableTime
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetTimeSlots(List<CampaignTimeSlot> timeSlots) voidsetTimeZoneId(String timeZoneId) timeSlots(List<CampaignTimeSlot> timeSlots) The time intervals for which it is acceptable to place outbound calls.timeZoneId(String timeZoneId) The time zone for the time slots; for example, Africa/Abidjan.toString()
-
Constructor Details
-
CallableTime
public CallableTime() -
CallableTime
-
-
Method Details
-
timeSlots
The time intervals for which it is acceptable to place outbound calls. -
getTimeSlots
-
setTimeSlots
-
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
-
setTimeZoneId
-
equals
-
hashCode
public int hashCode() -
toString
-