Class MessageIndexQueryRequest


  • public class MessageIndexQueryRequest
    extends PaginateRequest
    Author:
    Javier Casal
    • Field Detail

      • searchText

        protected String searchText
      • senderId

        protected String senderId
      • participantUserId

        protected String participantUserId
      • sentAfter

        protected Instant sentAfter
      • sentBefore

        protected Instant sentBefore
    • Constructor Detail

      • MessageIndexQueryRequest

        public MessageIndexQueryRequest()
    • Method Detail

      • getSearchText

        public String getSearchText()
      • setSearchText

        public void setSearchText​(String searchText)
      • getSenderId

        public String getSenderId()
      • setSenderId

        public void setSenderId​(String senderId)
      • getParticipantUserId

        public String getParticipantUserId()
      • setParticipantUserId

        public void setParticipantUserId​(String participantUserId)
      • getSentAfter

        public Instant getSentAfter()
      • setSentAfter

        public void setSentAfter​(Instant sentAfter)
      • getSentBefore

        public Instant getSentBefore()
      • setSentBefore

        public void setSentBefore​(Instant sentBefore)
      • isExcludePrivate

        public boolean isExcludePrivate()
      • setExcludePrivate

        public void setExcludePrivate​(boolean excludePrivate)
      • isExcludeSticky

        public boolean isExcludeSticky()
      • setExcludeSticky

        public void setExcludeSticky​(boolean excludeSticky)