Class ChannelsListRequest

    • Method Detail

      • getToken

        public String getToken()
        Deprecated.
        Authentication token. Requires scope: `channels:read`
        Specified by:
        getToken in interface SlackApiRequest
      • isExcludeMembers

        public boolean isExcludeMembers()
        Deprecated.
        Exclude the `members` collection from each `channel`
      • getCursor

        public String getCursor()
        Deprecated.
        Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first \"page\" of the collection. See [pagination](/docs/pagination) for more detail.
      • getLimit

        public Integer getLimit()
        Deprecated.
        The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached.
      • isExcludeArchived

        public boolean isExcludeArchived()
        Deprecated.
        Exclude archived channels from the list
      • getTeamId

        public String getTeamId()
        Deprecated.
        Required for org-wide apps.
      • setToken

        public void setToken​(String token)
        Deprecated.
        Authentication token. Requires scope: `channels:read`
      • setExcludeMembers

        public void setExcludeMembers​(boolean excludeMembers)
        Deprecated.
        Exclude the `members` collection from each `channel`
      • setCursor

        public void setCursor​(String cursor)
        Deprecated.
        Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first \"page\" of the collection. See [pagination](/docs/pagination) for more detail.
      • setLimit

        public void setLimit​(Integer limit)
        Deprecated.
        The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached.
      • setExcludeArchived

        public void setExcludeArchived​(boolean excludeArchived)
        Deprecated.
        Exclude archived channels from the list
      • setTeamId

        public void setTeamId​(String teamId)
        Deprecated.
        Required for org-wide apps.
      • 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