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.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelsSetTopicRequest.ChannelsSetTopicRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Channel to set the topic ofStringgetToken()Deprecated.Authentication token.StringgetTopic()Deprecated.The new topicinthashCode()Deprecated.voidsetChannel(String channel)Deprecated.Channel to set the topic ofvoidsetToken(String token)Deprecated.Authentication token.voidsetTopic(String topic)Deprecated.The new topicStringtoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
Deprecated.Channel to set the topic of -
getTopic
Deprecated.The new topic -
setToken
Deprecated.Authentication token. Requires scope: `channels:write` -
setChannel
Deprecated.Channel to set the topic of -
setTopic
Deprecated.The new topic -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-