Class CountConversationsWithLastMessageBetweenCmd

  • All Implemented Interfaces:
    Command<Long>

    public class CountConversationsWithLastMessageBetweenCmd
    extends Object
    implements Command<Long>
    Number of conversations which received new messages within a given time frame.
    Author:
    Simon Amport
    • Field Detail

      • from

        protected final Date from
      • until

        protected final Date until
      • includePrivate

        protected final boolean includePrivate
      • includeSticky

        protected final boolean includeSticky
    • Constructor Detail

      • CountConversationsWithLastMessageBetweenCmd

        public CountConversationsWithLastMessageBetweenCmd​(Date from,
                                                           Date until,
                                                           boolean includePrivate,
                                                           boolean includeSticky)