Uses of Class
com.blackberry.workspaces.sdk.api.enums.DeviceAction
-
Packages that use DeviceAction Package Description com.blackberry.workspaces.sdk.api.enums -
-
Uses of DeviceAction in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return DeviceAction Modifier and Type Method Description static DeviceAction
DeviceAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeviceAction[]
DeviceAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-