Uses of Class
com.mypurecloud.sdk.v2.model.CallableTime
Packages that use CallableTime
-
Uses of CallableTime in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CallableTimeModifier and TypeMethodDescriptionCallableTime.timeSlots(List<CampaignTimeSlot> timeSlots) The time intervals for which it is acceptable to place outbound calls.CallableTime.timeZoneId(String timeZoneId) The time zone for the time slots; for example, Africa/Abidjan.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CallableTimeMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CallableTimeModifier and TypeMethodDescriptionCallableTimeSet.callableTimes(List<CallableTime> callableTimes) The list of CallableTimes for which it is acceptable to place outbound calls.voidCallableTimeSet.setCallableTimes(List<CallableTime> callableTimes)