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 class
AdminUsergroupsRemoveChannelsRequest.AdminUsergroupsRemoveChannelsRequestBuilder
-
Method Summary
Modifier and Type Method Description static AdminUsergroupsRemoveChannelsRequest.AdminUsergroupsRemoveChannelsRequestBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<String>
getChannelIds()
Comma separated string of channel IDs.String
getToken()
Authentication token bearing required scopes.String
getUsergroupId()
ID of the IDP Group.int
hashCode()
void
setChannelIds(List<String> channelIds)
Comma separated string of channel IDs.void
setToken(String token)
Authentication token bearing required scopes.void
setUsergroupId(String usergroupId)
ID of the IDP Group.String
toString()
-
Method Details
-
builder
public static AdminUsergroupsRemoveChannelsRequest.AdminUsergroupsRemoveChannelsRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getToken
in 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
-