public class AdminConversationsRenameRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminConversationsRenameRequest.AdminConversationsRenameRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminConversationsRenameRequest.AdminConversationsRenameRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId()
The channel to rename.
|
String |
getName()
The new channel name.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setChannelId(String channelId)
The channel to rename.
|
void |
setName(String name)
The new channel name.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminConversationsRenameRequest.AdminConversationsRenameRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannelId()
public String getName()
public void setToken(String token)
public void setChannelId(String channelId)
public void setName(String name)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.