Uses of Enum Class
com.mypurecloud.sdk.v2.model.WebEventDevice.CategoryEnum
Packages that use WebEventDevice.CategoryEnum
-
Uses of WebEventDevice.CategoryEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebEventDevice.CategoryEnumModifier and TypeMethodDescriptionstatic WebEventDevice.CategoryEnumWebEventDevice.CategoryEnum.fromString(String key) WebEventDevice.getCategory()static WebEventDevice.CategoryEnumReturns the enum constant of this class with the specified name.static WebEventDevice.CategoryEnum[]WebEventDevice.CategoryEnum.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 WebEventDevice.CategoryEnumModifier and TypeMethodDescriptionWebEventDevice.category(WebEventDevice.CategoryEnum category) Device category.voidWebEventDevice.setCategory(WebEventDevice.CategoryEnum category)