Class AdminUsergroupsRemoveChannelsRequest
java.lang.Object
com.slack.api.methods.request.admin.usergroups.AdminUsergroupsRemoveChannelsRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.usergroups.removeChannels
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanComma separated string of channel IDs.getToken()Authentication token bearing required scopes.ID of the IDP Group.inthashCode()voidsetChannelIds(List<String> channelIds) Comma separated string of channel IDs.voidAuthentication token bearing required scopes.voidsetUsergroupId(String usergroupId) ID of the IDP Group.toString()
-
Method Details
-
builder
public static AdminUsergroupsRemoveChannelsRequest.AdminUsergroupsRemoveChannelsRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannelIds
Comma separated string of channel IDs. -
getUsergroupId
ID of the IDP Group. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelIds
Comma separated string of channel IDs. -
setUsergroupId
ID of the IDP Group. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-