Class SendNotificationsJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.SendNotificationsJson
-
- All Implemented Interfaces:
Serializable
public class SendNotificationsJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SendNotificationsJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationPeriod
getNotificationPeriod()
Notification period, in days.List<String>
getRecipients()
List of recipientsvoid
setNotificationPeriod(NotificationPeriod notificationPeriod)
Notification period, in days.void
setRecipients(List<String> recipients)
List of recipients-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
setRecipients
public void setRecipients(List<String> recipients)
List of recipients- Parameters:
recipients
- List of recipients
-
getNotificationPeriod
public NotificationPeriod getNotificationPeriod()
Notification period, in days.- Returns:
- Notification period, in days.
-
setNotificationPeriod
public void setNotificationPeriod(NotificationPeriod notificationPeriod)
Notification period, in days.- Parameters:
notificationPeriod
- Notification period, in days.
-
-