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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 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 Detail
-
builder
public static GroupsSetTopicRequest.GroupsSetTopicRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public String getChannel()
Deprecated.The new topic
-
getTopic
public String getTopic()
Deprecated.Private channel to set the topic of
-
setToken
public void setToken(String token)
Deprecated.Authentication token. Requires scope: `groups:write`
-
setChannel
public void setChannel(String channel)
Deprecated.The new topic
-
setTopic
public void setTopic(String topic)
Deprecated.Private channel to set the topic of
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-