Class ConversationsSetTopicRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsSetTopicRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/conversations.setTopic
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanConversation to set the topic ofgetToken()Authentication token.getTopic()The new topic string.inthashCode()voidsetChannel(String channel) Conversation to set the topic ofvoidAuthentication token.voidThe new topic string.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `conversations:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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`- Specified by:
setTokenin interfaceSlackApiRequest
-
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
-