Class ConversationsRenameRequest.ConversationsRenameRequestBuilder
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsRenameRequest.ConversationsRenameRequestBuilder
- Enclosing class:
- ConversationsRenameRequest
-
Method Details
-
token
Authentication token. Requires scope: `conversations:write`- Returns:
this.
-
channel
ID of conversation to rename- Returns:
this.
-
name
New name for conversation.Conversation names can only contain lowercase letters, numbers, hyphens, and underscores, and must be 21 characters or less. We will validate the submitted channel name and modify it to meet the above criteria. When calling this method, we recommend storing the channel's name value that is returned in the response.
- Returns:
this.
-
build
-
toString
-