public class AdminConversationsGetConversationPrefsRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminConversationsGetConversationPrefsRequest.AdminConversationsGetConversationPrefsRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminConversationsGetConversationPrefsRequest.AdminConversationsGetConversationPrefsRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId()
The channel to get preferences for.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setChannelId(String channelId)
The channel to get preferences for.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminConversationsGetConversationPrefsRequest.AdminConversationsGetConversationPrefsRequestBuilder 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.