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
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 Details
-
builder
public static AdminUsergroupsRemoveChannelsRequest.AdminUsergroupsRemoveChannelsRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelIds
Comma separated string of channel IDs. -
getUsergroupId
ID of the IDP Group. -
setToken
Authentication token bearing required scopes. -
setChannelIds
Comma separated string of channel IDs. -
setUsergroupId
ID of the IDP Group. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-