Class AdminUsergroupsAddChannelsRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.usergroups.AdminUsergroupsAddChannelsRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminUsergroupsAddChannelsRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.usergroups.addChannels
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminUsergroupsAddChannelsRequest.AdminUsergroupsAddChannelsRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminUsergroupsAddChannelsRequest.AdminUsergroupsAddChannelsRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getChannelIds()Comma separated string of channel IDs.StringgetTeamId()The workspace to add default channels in.StringgetToken()Authentication token bearing required scopes.StringgetUsergroupId()ID of the IDP group to add default channels for.inthashCode()voidsetChannelIds(List<String> channelIds)Comma separated string of channel IDs.voidsetTeamId(String teamId)The workspace to add default channels in.voidsetToken(String token)Authentication token bearing required scopes.voidsetUsergroupId(String usergroupId)ID of the IDP group to add default channels for.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminUsergroupsAddChannelsRequest.AdminUsergroupsAddChannelsRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getTeamId
public String getTeamId()
The workspace to add default channels in.
-
getUsergroupId
public String getUsergroupId()
ID of the IDP group to add default channels for.
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setChannelIds
public void setChannelIds(List<String> channelIds)
Comma separated string of channel IDs.
-
setTeamId
public void setTeamId(String teamId)
The workspace to add default channels in.
-
setUsergroupId
public void setUsergroupId(String usergroupId)
ID of the IDP group to add default channels for.
-
canEqual
protected boolean canEqual(Object other)
-
-