Uses of Enum Class
com.mypurecloud.sdk.v2.model.ScheduleGenerationWarning.NoNeedDaysEnum
Packages that use ScheduleGenerationWarning.NoNeedDaysEnum
-
Uses of ScheduleGenerationWarning.NoNeedDaysEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScheduleGenerationWarning.NoNeedDaysEnumModifier and TypeMethodDescriptionScheduleGenerationWarning.NoNeedDaysEnum.fromString(String key) Returns the enum constant of this class with the specified name.ScheduleGenerationWarning.NoNeedDaysEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ScheduleGenerationWarning.NoNeedDaysEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ScheduleGenerationWarning.NoNeedDaysEnumModifier and TypeMethodDescriptionScheduleGenerationWarning.noNeedDays(List<ScheduleGenerationWarning.NoNeedDaysEnum> noNeedDays) Days agent was scheduled but there was no need to meet.voidScheduleGenerationWarning.setNoNeedDays(List<ScheduleGenerationWarning.NoNeedDaysEnum> noNeedDays)