Class DeleteNotificationJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DeleteNotificationJson
All Implemented Interfaces:
Serializable

public class DeleteNotificationJson
extends BaseJson
Notification for deleting a user.
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getAll

      public Boolean getAll()
      if true all user's notification will be deleted
      Returns:
      if true all user's notification will be deleted
    • setAll

      public void setAll​(Boolean all)
      if true all user's notification will be deleted
      Parameters:
      all - if true all user's notification will be deleted
    • getUuids

      public Set<String> getUuids()
      A Set of notification uuids.
      Returns:
      A Set of notification uuids.
    • setUuids

      public void setUuids​(Set<String> uuids)
      A Set of notification uuids.
      Parameters:
      uuids - A Set of notification uuids.