Class ChatMeMessageRequest

    • Method Detail

      • getToken

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

        public String getChannel()
        Channel to send message to. Can be a public channel, private group or IM channel. Can be an encoded ID, or a name.
      • getText

        public String getText()
        Text of the message to send.
      • setToken

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

        public void setChannel​(String channel)
        Channel to send message to. Can be a public channel, private group or IM channel. Can be an encoded ID, or a name.
      • setText

        public void setText​(String text)
        Text of the message to send.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object