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