Class DeleteNotificationJson

    • Constructor Detail

      • DeleteNotificationJson

        public DeleteNotificationJson()
    • Method Detail

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