public class AdminConversationsDisconnectSharedRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminConversationsDisconnectSharedRequest.AdminConversationsDisconnectSharedRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminConversationsDisconnectSharedRequest.AdminConversationsDisconnectSharedRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId()
The channel to be disconnected from some workspaces.
|
List<String> |
getLeavingTeamIds()
The team to be removed from the channel.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setChannelId(String channelId)
The channel to be disconnected from some workspaces.
|
void |
setLeavingTeamIds(List<String> leavingTeamIds)
The team to be removed from the channel.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminConversationsDisconnectSharedRequest.AdminConversationsDisconnectSharedRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannelId()
public List<String> getLeavingTeamIds()
public void setToken(String token)
public void setChannelId(String channelId)
public void setLeavingTeamIds(List<String> leavingTeamIds)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.