Class ConversationsMarkRequest

    • Method Detail

      • getChannel

        public String getChannel()
        Channel or conversation to set the read cursor for.
      • getTs

        public String getTs()
        Unique identifier of message you want marked as most recently seen in this conversation.
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
      • setChannel

        public void setChannel​(String channel)
        Channel or conversation to set the read cursor for.
      • setTs

        public void setTs​(String ts)
        Unique identifier of message you want marked as most recently seen in this conversation.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object