public class AdminConversationsRestrictAccessAddGroupRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminConversationsRestrictAccessAddGroupRequest.AdminConversationsRestrictAccessAddGroupRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminConversationsRestrictAccessAddGroupRequest.AdminConversationsRestrictAccessAddGroupRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId()
The channel to whitelist a group for.
|
String |
getGroupId()
The IDP Group ID to whitelist for the private channel.
|
String |
getTeamId()
The workspace where the IDP Group and channel exist.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setChannelId(String channelId)
The channel to whitelist a group for.
|
void |
setGroupId(String groupId)
The IDP Group ID to whitelist for the private channel.
|
void |
setTeamId(String teamId)
The workspace where the IDP Group and channel exist.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminConversationsRestrictAccessAddGroupRequest.AdminConversationsRestrictAccessAddGroupRequestBuilder 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.