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