Class ChannelsMarkRequest

    • Method Detail

      • getToken

        public String getToken()
        Deprecated.
        Authentication token. Requires scope: `groups:write`
        Specified by:
        getToken in interface SlackApiRequest
      • getChannel

        public String getChannel()
        Deprecated.
        Private channel to set reading cursor in.
      • getTs

        public String getTs()
        Deprecated.
        Timestamp of the most recently seen message.
      • setToken

        public void setToken​(String token)
        Deprecated.
        Authentication token. Requires scope: `groups:write`
      • setChannel

        public void setChannel​(String channel)
        Deprecated.
        Private channel to set reading cursor in.
      • setTs

        public void setTs​(String ts)
        Deprecated.
        Timestamp of the most recently seen message.
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • canEqual

        protected boolean canEqual​(Object other)
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object