Class ChannelsSetTopicRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsSetTopicRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated.protected boolean
Deprecated.boolean
Deprecated.Deprecated.Channel to set the topic ofgetToken()
Deprecated.Authentication token.getTopic()
Deprecated.The new topicint
hashCode()
Deprecated.void
setChannel
(String channel) Deprecated.Channel to set the topic ofvoid
Deprecated.Authentication token.void
Deprecated.The new topictoString()
Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
getChannel
Deprecated.Channel to set the topic of -
getTopic
Deprecated.The new topic -
setToken
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
setToken
in interfaceSlackApiRequest
-
setChannel
Deprecated.Channel to set the topic of -
setTopic
Deprecated.The new topic -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-