Class ImListRequest

java.lang.Object
com.slack.api.methods.request.im.ImListRequest
All Implemented Interfaces:
SlackApiRequest

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

    Nested Classes 
    Modifier and Type Class Description
    static class  ImListRequest.ImListRequestBuilder
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    static ImListRequest.ImListRequestBuilder 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 getToken()
    Deprecated.
    Authentication token.
    int hashCode()
    Deprecated.
     
    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 setLimit​(java.lang.Integer limit)
    Deprecated.
    The maximum number of items to return.
    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

      public static ImListRequest.ImListRequestBuilder builder()
      Deprecated.
    • getToken

      public java.lang.String getToken()
      Deprecated.
      Authentication token. Requires scope: `im:read`
      Specified by:
      getToken in interface SlackApiRequest
    • 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.
    • setToken

      public void setToken​(java.lang.String token)
      Deprecated.
      Authentication token. Requires scope: `im:read`
    • 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.
    • 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