Class ChannelsSetTopicRequest

    • Method Detail

      • getToken

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

        public String getChannel()
        Deprecated.
        Channel to set the topic of
      • getTopic

        public String getTopic()
        Deprecated.
        The new topic
      • setToken

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

        public void setChannel​(String channel)
        Deprecated.
        Channel to set the topic of
      • setTopic

        public void setTopic​(String topic)
        Deprecated.
        The new topic
      • 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