public class ConversationsCloseRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationsCloseRequest.ConversationsCloseRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsCloseRequest.ConversationsCloseRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Conversation to close.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setChannel(String channel)
Conversation to close.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static ConversationsCloseRequest.ConversationsCloseRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannel()
public void setToken(String token)
public void setChannel(String channel)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.