Class AdminConversationsRestrictAccessListGroupsRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class AdminConversationsRestrictAccessListGroupsRequest
    extends Object
    implements SlackApiRequest
    https://api.slack.com/methods/admin.conversations.restrictAccess.listGroups
    • Method Detail

      • getChannelId

        public String getChannelId()
      • getTeamId

        public String getTeamId()
        The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization.
      • setToken

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

        public void setChannelId​(String channelId)
      • setTeamId

        public void setTeamId​(String teamId)
        The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object