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