Uses of Enum Class
com.mypurecloud.sdk.v2.model.FixedAvailability.DaysOfWeekEnum
Packages that use FixedAvailability.DaysOfWeekEnum
-
Uses of FixedAvailability.DaysOfWeekEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FixedAvailability.DaysOfWeekEnumModifier and TypeMethodDescriptionFixedAvailability.DaysOfWeekEnum.fromString(String key) Returns the enum constant of this class with the specified name.static FixedAvailability.DaysOfWeekEnum[]FixedAvailability.DaysOfWeekEnum.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 FixedAvailability.DaysOfWeekEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type FixedAvailability.DaysOfWeekEnumModifier and TypeMethodDescriptionFixedAvailability.daysOfWeek(List<FixedAvailability.DaysOfWeekEnum> daysOfWeek) The days of week available for scheduling.voidFixedAvailability.setDaysOfWeek(List<FixedAvailability.DaysOfWeekEnum> daysOfWeek)