public class AdminConversationsSetTeamsRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
AdminConversationsSetTeamsRequest.AdminConversationsSetTeamsRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static AdminConversationsSetTeamsRequest.AdminConversationsSetTeamsRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId()
The encoded channel_id to add or remove to workspaces.
|
Boolean |
getOrgChannel()
True if channel has to be converted to an org channel
|
List<String> |
getTargetTeamIds()
The list of workspaces to which the channel should be shared.
|
String |
getTeamId()
The workspace to which the channel belongs.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setChannelId(String channelId)
The encoded channel_id to add or remove to workspaces.
|
void |
setOrgChannel(Boolean orgChannel)
True if channel has to be converted to an org channel
|
void |
setTargetTeamIds(List<String> targetTeamIds)
The list of workspaces to which the channel should be shared.
|
void |
setTeamId(String teamId)
The workspace to which the channel belongs.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminConversationsSetTeamsRequest.AdminConversationsSetTeamsRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public String getChannelId()
public Boolean getOrgChannel()
public List<String> getTargetTeamIds()
public String getTeamId()
public void setToken(String token)
public void setChannelId(String channelId)
public void setOrgChannel(Boolean orgChannel)
public void setTargetTeamIds(List<String> targetTeamIds)
public void setTeamId(String teamId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.