Class FindConversationsWithLastMessageBetweenCmd

  • All Implemented Interfaces:
    Command<List<Conversation>>

    public class FindConversationsWithLastMessageBetweenCmd
    extends Object
    implements Command<List<Conversation>>
    Finds conversations which received new messages within a given time frame.
    Author:
    Simon Amport
    • Field Detail

      • startTime

        protected final Date startTime
      • endTime

        protected final Date endTime
      • includePrivate

        protected final boolean includePrivate
      • includeSticky

        protected final boolean includeSticky
    • Constructor Detail

      • FindConversationsWithLastMessageBetweenCmd

        public FindConversationsWithLastMessageBetweenCmd​(Date startTime,
                                                          Date endTime,
                                                          boolean includePrivate,
                                                          boolean includeSticky)