public class AdminConversationsSetConversationPrefsRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminConversationsSetConversationPrefsRequest.AdminConversationsSetConversationPrefsRequestBuilder |
static class |
AdminConversationsSetConversationPrefsRequest.Pref |
static class |
AdminConversationsSetConversationPrefsRequest.Prefs |
| Modifier and Type | Method and Description |
|---|---|
static AdminConversationsSetConversationPrefsRequest.AdminConversationsSetConversationPrefsRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId()
The channel to set the prefs for.
|
AdminConversationsSetConversationPrefsRequest.Prefs |
getPrefs() |
String |
getPrefsAsString()
The prefs for this channel in a stringified JSON format.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setChannelId(String channelId)
The channel to set the prefs for.
|
void |
setPrefs(AdminConversationsSetConversationPrefsRequest.Prefs prefs) |
void |
setPrefsAsString(String prefsAsString)
The prefs for this channel in a stringified JSON format.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminConversationsSetConversationPrefsRequest.AdminConversationsSetConversationPrefsRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannelId()
public String getPrefsAsString()
public AdminConversationsSetConversationPrefsRequest.Prefs getPrefs()
public void setToken(String token)
public void setChannelId(String channelId)
public void setPrefsAsString(String prefsAsString)
public void setPrefs(AdminConversationsSetConversationPrefsRequest.Prefs prefs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.