Class ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder
- java.lang.Object
-
- com.slack.api.methods.request.conversations.ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder
-
- Enclosing class:
- ConversationsSetTopicRequest
public static class ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConversationsSetTopicRequestbuild()ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilderchannel(String channel)Conversation to set the topic ofConversationsSetTopicRequest.ConversationsSetTopicRequestBuildertoken(String token)Authentication token.ConversationsSetTopicRequest.ConversationsSetTopicRequestBuildertopic(String topic)The new topic string.StringtoString()
-
-
-
Method Detail
-
token
public ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder token(String token)
Authentication token. Requires scope: `conversations:write`- Returns:
this.
-
channel
public ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder channel(String channel)
Conversation to set the topic of- Returns:
this.
-
topic
public ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder topic(String topic)
The new topic string. Does not support formatting or linkification.- Returns:
this.
-
build
public ConversationsSetTopicRequest build()
-
-