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