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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
builder
public static AdminConversationsRenameRequest.AdminConversationsRenameRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
public String getChannelId()
The channel to rename.
-
getName
public String getName()
The new channel name.
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setChannelId
public void setChannelId(String channelId)
The channel to rename.
-
setName
public void setName(String name)
The new channel name.
-
canEqual
protected boolean canEqual(Object other)
-
-