Class AdminConversationsSetTeamsRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsSetTeamsRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsSetTeamsRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.conversations.setTeams
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsSetTeamsRequest.AdminConversationsSetTeamsRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminConversationsSetTeamsRequest.AdminConversationsSetTeamsRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()The encoded channel_id to add or remove to workspaces.BooleangetOrgChannel()True if channel has to be converted to an org channelList<String>getTargetTeamIds()The list of workspaces to which the channel should be shared.StringgetTeamId()The workspace to which the channel belongs.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId)The encoded channel_id to add or remove to workspaces.voidsetOrgChannel(Boolean orgChannel)True if channel has to be converted to an org channelvoidsetTargetTeamIds(List<String> targetTeamIds)The list of workspaces to which the channel should be shared.voidsetTeamId(String teamId)The workspace to which the channel belongs.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
The encoded channel_id to add or remove to workspaces. -
getOrgChannel
True if channel has to be converted to an org channel -
getTargetTeamIds
The list of workspaces to which the channel should be shared. Not required if the channel is being shared orgwide. -
getTeamId
The workspace to which the channel belongs. Omit this argument if the channel is a cross-workspace shared channel. -
setToken
Authentication token bearing required scopes. -
setChannelId
The encoded channel_id to add or remove to workspaces. -
setOrgChannel
True if channel has to be converted to an org channel -
setTargetTeamIds
The list of workspaces to which the channel should be shared. Not required if the channel is being shared orgwide. -
setTeamId
The workspace to which the channel belongs. Omit this argument if the channel is a cross-workspace shared channel. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-