Class ConversationsSetTopicRequest

    • Method Detail

      • getToken

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

        public String getChannel()
        Conversation to set the topic of
      • getTopic

        public String getTopic()
        The new topic string. Does not support formatting or linkification.
      • setToken

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

        public void setChannel​(String channel)
        Conversation to set the topic of
      • setTopic

        public void setTopic​(String topic)
        The new topic string. Does not support formatting or linkification.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object