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