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 Details

  • Method Details

    • 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