Class GroupsSetTopicRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsSetTopicRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class GroupsSetTopicRequest extends Object implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupsSetTopicRequest.GroupsSetTopicRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static GroupsSetTopicRequest.GroupsSetTopicRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.The new topicStringgetToken()Deprecated.Authentication token.StringgetTopic()Deprecated.Private channel to set the topic ofinthashCode()Deprecated.voidsetChannel(String channel)Deprecated.The new topicvoidsetToken(String token)Deprecated.Authentication token.voidsetTopic(String topic)Deprecated.Private channel to set the topic ofStringtoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
Deprecated.The new topic -
getTopic
Deprecated.Private channel to set the topic of -
setToken
Deprecated.Authentication token. Requires scope: `groups:write` -
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.
-