Class DefaultNotificationEmailJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DefaultNotificationEmailJson
- All Implemented Interfaces:
Serializable
public class DefaultNotificationEmailJson extends BaseJson
The default notification email
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DefaultNotificationEmailJson()
-
Method Summary
Modifier and Type Method Description String
getNotificationEmailNote()
Message body text for notification emailString
getNotificationEmailSubject()
Subject line for notification emailvoid
setNotificationEmailNote(String notificationEmailNote)
Message body text for notification emailvoid
setNotificationEmailSubject(String notificationEmailSubject)
Subject line for notification emailMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DefaultNotificationEmailJson
public DefaultNotificationEmailJson()
-
-
Method Details
-
getNotificationEmailSubject
Subject line for notification email- Returns:
- Subject line for notification email
-
setNotificationEmailSubject
Subject line for notification email- Parameters:
notificationEmailSubject
- Subject line for notification email
-
getNotificationEmailNote
Message body text for notification email- Returns:
- Message body text for notification email
-
setNotificationEmailNote
Message body text for notification email- Parameters:
notificationEmailNote
- Message body text for notification email
-