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