Class AdminConversationsWhitelistListGroupsLinkedToChannelRequest

  • All Implemented Interfaces:
    SlackApiRequest

    @Deprecated
    public class AdminConversationsWhitelistListGroupsLinkedToChannelRequest
    extends Object
    implements SlackApiRequest
    Deprecated.
    https://api.slack.com/methods/admin.conversations.whitelist.listGroupsLinkedToChannel
    • Method Detail

      • getToken

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

        public String getChannelId()
        Deprecated.
      • getTeamId

        public String getTeamId()
        Deprecated.
        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)
        Deprecated.
        Authentication token bearing required scopes.
      • setChannelId

        public void setChannelId​(String channelId)
        Deprecated.
      • setTeamId

        public void setTeamId​(String teamId)
        Deprecated.
        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.
      • 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