Class AdminUsergroupsAddChannelsRequest

java.lang.Object
com.slack.api.methods.request.admin.usergroups.AdminUsergroupsAddChannelsRequest
All Implemented Interfaces:
SlackApiRequest

public class AdminUsergroupsAddChannelsRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/admin.usergroups.addChannels
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • 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.
      Specified by:
      setToken in interface SlackApiRequest
    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object