Class AdminConversationsRestrictAccessRemoveGroupRequest

  • All Implemented Interfaces:
    SlackApiRequest

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

      • getChannelId

        public String getChannelId()
        The channel to remove a whitelisted group for.
      • getGroupId

        public String getGroupId()
        The IDP Group ID to remove from the private channel whitelist.
      • getTeamId

        public String getTeamId()
        The workspace where the IDP Group and channel exist.
      • setToken

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

        public void setChannelId​(String channelId)
        The channel to remove a whitelisted group for.
      • setGroupId

        public void setGroupId​(String groupId)
        The IDP Group ID to remove from the private channel whitelist.
      • setTeamId

        public void setTeamId​(String teamId)
        The workspace where the IDP Group and channel exist.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object