Class ChannelsSetTopicRequest

java.lang.Object
com.slack.api.methods.request.channels.ChannelsSetTopicRequest
All Implemented Interfaces:
SlackApiRequest

@Deprecated public class ChannelsSetTopicRequest extends Object implements SlackApiRequest
Deprecated.
  • Method Details

    • builder

      Deprecated.
    • getToken

      public String getToken()
      Deprecated.
      Authentication token. Requires scope: `channels:write`
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • 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`
      Specified by:
      setToken in interface SlackApiRequest
    • 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
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object