Class SendNotificationsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.SendNotificationsJson
- All Implemented Interfaces:
Serializable
public class SendNotificationsJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SendNotificationsJson()
-
Method Summary
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 recipientsMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
SendNotificationsJson
public SendNotificationsJson()
-
-
Method Details
-
getRecipients
List of recipients- Returns:
- List of recipients
-
setRecipients
List of recipients- Parameters:
recipients
- List of recipients
-
getNotificationPeriod
Notification period, in days.- Returns:
- Notification period, in days.
-
setNotificationPeriod
Notification period, in days.- Parameters:
notificationPeriod
- Notification period, in days.
-