@Deprecated public class ChannelsSetTopicRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getChannel()
Deprecated.
Channel to set the topic of
|
String |
getToken()
Deprecated.
Authentication token.
|
String |
getTopic()
Deprecated.
The new topic
|
int |
hashCode()
Deprecated.
|
void |
setChannel(String channel)
Deprecated.
Channel to set the topic of
|
void |
setToken(String token)
Deprecated.
Authentication token.
|
void |
setTopic(String topic)
Deprecated.
The new topic
|
String |
toString()
Deprecated.
|
public static ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic 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.