Class MarkNotificationJson

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

public class MarkNotificationJson
extends BaseJson
Mark details
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getAll

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

      public void setAll​(Boolean all)
      If true all user's notification will be marked
      Parameters:
      all - If true all user's notification will be marked
    • isValue

      public boolean isValue()
      Boolean value to mark
      Returns:
      Boolean value to mark
    • setValue

      public void setValue​(boolean value)
      Boolean value to mark
      Parameters:
      value - Boolean value to mark
    • getOperation

      public String getOperation()
      Mark operation : READ (currently the only operation supported )
      Returns:
      Mark operation : READ (currently the only operation supported )
    • setOperation

      public void setOperation​(String operation)
      Mark operation : READ (currently the only operation supported )
      Parameters:
      operation - Mark operation : READ (currently the only operation supported )
    • 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.