Class ChatGetPermalinkRequest

    • Method Detail

      • getToken

        public String getToken()
        Authentication token. Requires scope: `none`
        Specified by:
        getToken in interface SlackApiRequest
        Returns:
        token string value or null
      • getChannel

        public String getChannel()
        The ID of the conversation or channel containing the message
      • getMessageTs

        public String getMessageTs()
        A message's `ts` value, uniquely identifying it within a channel
      • setToken

        public void setToken​(String token)
        Authentication token. Requires scope: `none`
        Specified by:
        setToken in interface SlackApiRequest
      • setChannel

        public void setChannel​(String channel)
        The ID of the conversation or channel containing the message
      • setMessageTs

        public void setMessageTs​(String messageTs)
        A message's `ts` value, uniquely identifying it within a channel
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object