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