Uses of Enum Class
com.mypurecloud.sdk.v2.model.Literal.SpecialEnum
Packages that use Literal.SpecialEnum
-
Uses of Literal.SpecialEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Literal.SpecialEnumModifier and TypeMethodDescriptionstatic Literal.SpecialEnumLiteral.SpecialEnum.fromString(String key) Literal.getSpecial()static Literal.SpecialEnumReturns the enum constant of this class with the specified name.static Literal.SpecialEnum[]Literal.SpecialEnum.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 Literal.SpecialEnumModifier and TypeMethodDescriptionvoidLiteral.setSpecial(Literal.SpecialEnum special) Literal.special(Literal.SpecialEnum special) A special value enum, such as Wildcard, Null, etc