Uses of Enum Class
com.mypurecloud.sdk.v2.model.Pattern.TypeEnum
Packages that use Pattern.TypeEnum
-
Uses of Pattern.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Pattern.TypeEnumModifier and TypeMethodDescriptionstatic Pattern.TypeEnumPattern.TypeEnum.fromString(String key) Pattern.getType()static Pattern.TypeEnumReturns the enum constant of this class with the specified name.static Pattern.TypeEnum[]Pattern.TypeEnum.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 Pattern.TypeEnumModifier and TypeMethodDescriptionvoidPattern.setType(Pattern.TypeEnum type) Pattern.type(Pattern.TypeEnum type) Pattern type (Daily/Weekly)