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
All Methods Instance Methods Concrete Methods 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 email-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getNotificationEmailSubject
public String getNotificationEmailSubject()
Subject line for notification email- Returns:
- Subject line for notification email
-
setNotificationEmailSubject
public void setNotificationEmailSubject(String notificationEmailSubject)
Subject line for notification email- Parameters:
notificationEmailSubject
- Subject line for notification email
-
getNotificationEmailNote
public String getNotificationEmailNote()
Message body text for notification email- Returns:
- Message body text for notification email
-
setNotificationEmailNote
public void setNotificationEmailNote(String notificationEmailNote)
Message body text for notification email- Parameters:
notificationEmailNote
- Message body text for notification email
-
-