Class AdminUsergroupsAddChannelsRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class AdminUsergroupsAddChannelsRequest
    extends Object
    implements SlackApiRequest
    https://api.slack.com/methods/admin.usergroups.addChannels
    • Method Detail

      • getChannelIds

        public List<String> getChannelIds()
        Comma separated string of channel IDs.
      • getTeamId

        public String getTeamId()
        The workspace to add default channels in.
      • getUsergroupId

        public String getUsergroupId()
        ID of the IDP group to add default channels for.
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
      • setChannelIds

        public void setChannelIds​(List<String> channelIds)
        Comma separated string of channel IDs.
      • setTeamId

        public void setTeamId​(String teamId)
        The workspace to add default channels in.
      • setUsergroupId

        public void setUsergroupId​(String usergroupId)
        ID of the IDP group to add default channels for.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object