public class AdminConversationsRestrictAccessListGroupsRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminConversationsRestrictAccessListGroupsRequest.AdminConversationsRestrictAccessListGroupsRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminConversationsRestrictAccessListGroupsRequest.AdminConversationsRestrictAccessListGroupsRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId() |
String |
getTeamId()
The workspace where the channel exists.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setChannelId(String channelId) |
void |
setTeamId(String teamId)
The workspace where the channel exists.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminConversationsRestrictAccessListGroupsRequest.AdminConversationsRestrictAccessListGroupsRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannelId()
public String getTeamId()
public void setToken(String token)
public void setChannelId(String channelId)
public void setTeamId(String teamId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.