Class AdminUsergroupsRemoveChannelsRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.usergroups.AdminUsergroupsRemoveChannelsRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminUsergroupsRemoveChannelsRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.usergroups.removeChannels
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminUsergroupsRemoveChannelsRequest.AdminUsergroupsRemoveChannelsRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminUsergroupsRemoveChannelsRequest.AdminUsergroupsRemoveChannelsRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getChannelIds()Comma separated string of channel IDs.StringgetToken()Authentication token bearing required scopes.StringgetUsergroupId()ID of the IDP Group.inthashCode()voidsetChannelIds(List<String> channelIds)Comma separated string of channel IDs.voidsetToken(String token)Authentication token bearing required scopes.voidsetUsergroupId(String usergroupId)ID of the IDP Group.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminUsergroupsRemoveChannelsRequest.AdminUsergroupsRemoveChannelsRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getUsergroupId
public String getUsergroupId()
ID of the IDP Group.
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setChannelIds
public void setChannelIds(List<String> channelIds)
Comma separated string of channel IDs.
-
setUsergroupId
public void setUsergroupId(String usergroupId)
ID of the IDP Group.
-
canEqual
protected boolean canEqual(Object other)
-
-