Class AdminConversationsRenameRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsRenameRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsRenameRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.conversations.rename
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsRenameRequest.AdminConversationsRenameRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminConversationsRenameRequest.AdminConversationsRenameRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()The channel to rename.StringgetName()The new channel name.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId)The channel to rename.voidsetName(String name)The new channel name.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
The channel to rename. -
getName
The new channel name. -
setToken
Authentication token bearing required scopes. -
setChannelId
The channel to rename. -
setName
The new channel name. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-