public class ConversationsUnarchiveRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationsUnarchiveRequest.ConversationsUnarchiveRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsUnarchiveRequest.ConversationsUnarchiveRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
ID of conversation to unarchive
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setChannel(String channel)
ID of conversation to unarchive
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static ConversationsUnarchiveRequest.ConversationsUnarchiveRequestBuilder 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.