Class GroupsSetTopicRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsSetTopicRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.The new topicgetToken()Deprecated.Authentication token.getTopic()Deprecated.Private channel to set the topic ofinthashCode()Deprecated.voidsetChannel(String channel) Deprecated.The new topicvoidDeprecated.Authentication token.voidDeprecated.Private channel to set the topic oftoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
Deprecated.The new topic -
getTopic
Deprecated.Private channel to set the topic of -
setToken
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
Deprecated.The new topic -
setTopic
Deprecated.Private channel to set the topic of -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-