Uses of Enum Class
com.mypurecloud.sdk.v2.model.WorkPlanShift.DayOffRuleEnum
Packages that use WorkPlanShift.DayOffRuleEnum
-
Uses of WorkPlanShift.DayOffRuleEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkPlanShift.DayOffRuleEnumModifier and TypeMethodDescriptionstatic WorkPlanShift.DayOffRuleEnumWorkPlanShift.DayOffRuleEnum.fromString(String key) WorkPlanShift.getDayOffRule()static WorkPlanShift.DayOffRuleEnumReturns the enum constant of this class with the specified name.static WorkPlanShift.DayOffRuleEnum[]WorkPlanShift.DayOffRuleEnum.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 WorkPlanShift.DayOffRuleEnumModifier and TypeMethodDescriptionWorkPlanShift.dayOffRule(WorkPlanShift.DayOffRuleEnum dayOffRule) The day off rule for agents to have next day off or previous day off. used if constrainDayOff = truevoidWorkPlanShift.setDayOffRule(WorkPlanShift.DayOffRuleEnum dayOffRule)