Class ChannelsSetTopicRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsSetTopicRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Channel to set the topic ofgetToken()Deprecated.Authentication token.getTopic()Deprecated.The new topicinthashCode()Deprecated.voidsetChannel(String channel) Deprecated.Channel to set the topic ofvoidDeprecated.Authentication token.voidDeprecated.The new topictoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
getTokenin 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:
setTokenin 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.
-