@Deprecated public class AdminConversationsWhitelistRemoveRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminConversationsWhitelistRemoveRequest.AdminConversationsWhitelistRemoveRequestBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AdminConversationsWhitelistRemoveRequest.AdminConversationsWhitelistRemoveRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getChannelId()
Deprecated.
The channel to remove a whitelisted group for.
|
String |
getGroupId()
Deprecated.
The IDP Group ID to remove from the private channel whitelist.
|
String |
getTeamId()
Deprecated.
The workspace where the IDP Group and channel exist.
|
String |
getToken()
Deprecated.
Authentication token bearing required scopes.
|
int |
hashCode()
Deprecated.
|
void |
setChannelId(String channelId)
Deprecated.
The channel to remove a whitelisted group for.
|
void |
setGroupId(String groupId)
Deprecated.
The IDP Group ID to remove from the private channel whitelist.
|
void |
setTeamId(String teamId)
Deprecated.
The workspace where the IDP Group and channel exist.
|
void |
setToken(String token)
Deprecated.
Authentication token bearing required scopes.
|
String |
toString()
Deprecated.
|
public static AdminConversationsWhitelistRemoveRequest.AdminConversationsWhitelistRemoveRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannelId()
public String getGroupId()
public String getTeamId()
public void setToken(String token)
public void setChannelId(String channelId)
public void setGroupId(String groupId)
public void setTeamId(String teamId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.