Class ConversationsSetTopicRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsSetTopicRequest
- All Implemented Interfaces:
SlackApiRequest
public class ConversationsSetTopicRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder -
Method Summary
Modifier and Type Method Description static ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()Conversation to set the topic ofStringgetToken()Authentication token.StringgetTopic()The new topic string.inthashCode()voidsetChannel(String channel)Conversation to set the topic ofvoidsetToken(String token)Authentication token.voidsetTopic(String topic)The new topic string.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `conversations:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
Conversation to set the topic of -
getTopic
The new topic string. Does not support formatting or linkification. -
setToken
Authentication token. Requires scope: `conversations:write` -
setChannel
Conversation to set the topic of -
setTopic
The new topic string. Does not support formatting or linkification. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-