Class AdminConversationsWhitelistAddRequest

    • Method Detail

      • getToken

        public String getToken()
        Deprecated.
        Authentication token bearing required scopes.
        Specified by:
        getToken in interface SlackApiRequest
      • getChannelId

        public String getChannelId()
        Deprecated.
        The channel to whitelist a group for.
      • getGroupId

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

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

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

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

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

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

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

        protected boolean canEqual​(Object other)
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object