Uses of Enum Class
com.mypurecloud.sdk.v2.model.Pattern.DaysOfWeekEnum
Packages that use Pattern.DaysOfWeekEnum
-
Uses of Pattern.DaysOfWeekEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Pattern.DaysOfWeekEnumModifier and TypeMethodDescriptionstatic Pattern.DaysOfWeekEnumPattern.DaysOfWeekEnum.fromString(String key) static Pattern.DaysOfWeekEnumReturns the enum constant of this class with the specified name.static Pattern.DaysOfWeekEnum[]Pattern.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 Pattern.DaysOfWeekEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Pattern.DaysOfWeekEnumModifier and TypeMethodDescriptionPattern.daysOfWeek(List<Pattern.DaysOfWeekEnum> daysOfWeek) The day(s) of week the occurrence should be repeated.voidPattern.setDaysOfWeek(List<Pattern.DaysOfWeekEnum> daysOfWeek)