Uses of Class
com.blackberry.workspaces.sdk.api.enums.UserNotificationOrder
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.enums | |
com.blackberry.workspaces.sdk.api.json |
-
Uses of UserNotificationOrder in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return UserNotificationOrder Modifier and Type Method Description static UserNotificationOrder
UserNotificationOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserNotificationOrder[]
UserNotificationOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UserNotificationOrder in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return UserNotificationOrder Modifier and Type Method Description UserNotificationOrder
ListNotificationsJson. getOrder()
Notification order, if left empty set to LAST_UPDATED.Methods in com.blackberry.workspaces.sdk.api.json with parameters of type UserNotificationOrder Modifier and Type Method Description void
ListNotificationsJson. setOrder(UserNotificationOrder order)
Notification order, if left empty set to LAST_UPDATED.