Class MarkNotificationJson

    • Constructor Detail

      • MarkNotificationJson

        public MarkNotificationJson()
    • Method Detail

      • 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
      • 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 )
      • 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
      • 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.