Uses of Enum Class
com.mypurecloud.sdk.v2.model.PredictorSchedule.ScheduleTypeEnum
Packages that use PredictorSchedule.ScheduleTypeEnum
-
Uses of PredictorSchedule.ScheduleTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PredictorSchedule.ScheduleTypeEnumModifier and TypeMethodDescriptionPredictorSchedule.ScheduleTypeEnum.fromString(String key) PredictorSchedule.getScheduleType()Returns the enum constant of this class with the specified name.static PredictorSchedule.ScheduleTypeEnum[]PredictorSchedule.ScheduleTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type PredictorSchedule.ScheduleTypeEnumModifier and TypeMethodDescriptionPredictorSchedule.scheduleType(PredictorSchedule.ScheduleTypeEnum scheduleType) The predictor schedule type.voidPredictorSchedule.setScheduleType(PredictorSchedule.ScheduleTypeEnum scheduleType)