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