Class ChannelsListRequest

java.lang.Object
com.slack.api.methods.request.channels.ChannelsListRequest
All Implemented Interfaces:
SlackApiRequest

@Deprecated
public class ChannelsListRequest
extends java.lang.Object
implements SlackApiRequest
Deprecated.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  ChannelsListRequest.ChannelsListRequestBuilder
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    static ChannelsListRequest.ChannelsListRequestBuilder builder()
    Deprecated.
     
    protected boolean canEqual​(java.lang.Object other)
    Deprecated.
     
    boolean equals​(java.lang.Object o)
    Deprecated.
     
    java.lang.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`.
    java.lang.Integer getLimit()
    Deprecated.
    The maximum number of items to return.
    java.lang.String getTeamId()
    Deprecated.
    Required for org-wide apps.
    java.lang.String getToken()
    Deprecated.
    Authentication token.
    int hashCode()
    Deprecated.
     
    boolean isExcludeArchived()
    Deprecated.
    Exclude archived channels from the list
    boolean isExcludeMembers()
    Deprecated.
    Exclude the `members` collection from each `channel`
    void setCursor​(java.lang.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`.
    void setExcludeArchived​(boolean excludeArchived)
    Deprecated.
    Exclude archived channels from the list
    void setExcludeMembers​(boolean excludeMembers)
    Deprecated.
    Exclude the `members` collection from each `channel`
    void setLimit​(java.lang.Integer limit)
    Deprecated.
    The maximum number of items to return.
    void setTeamId​(java.lang.String teamId)
    Deprecated.
    Required for org-wide apps.
    void setToken​(java.lang.String token)
    Deprecated.
    Authentication token.
    java.lang.String toString()
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • builder

      Deprecated.
    • getToken

      public java.lang.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 java.lang.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 java.lang.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 java.lang.String getTeamId()
      Deprecated.
      Required for org-wide apps.
    • setToken

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

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

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

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Deprecated.
      Overrides:
      toString in class java.lang.Object