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