@Deprecated public class GroupsSetTopicRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
GroupsSetTopicRequest.GroupsSetTopicRequestBuilder
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static GroupsSetTopicRequest.GroupsSetTopicRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getChannel()
Deprecated.
The new topic
|
String |
getToken()
Deprecated.
Authentication token.
|
String |
getTopic()
Deprecated.
Private channel to set the topic of
|
int |
hashCode()
Deprecated.
|
void |
setChannel(String channel)
Deprecated.
The new topic
|
void |
setToken(String token)
Deprecated.
Authentication token.
|
void |
setTopic(String topic)
Deprecated.
Private channel to set the topic of
|
String |
toString()
Deprecated.
|
public static GroupsSetTopicRequest.GroupsSetTopicRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public String getChannel()
public String getTopic()
public void setToken(String token)
public void setChannel(String channel)
public void setTopic(String topic)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.