Class ImListRequest.ImListRequestBuilder

java.lang.Object
com.slack.api.methods.request.im.ImListRequest.ImListRequestBuilder
Enclosing class:
ImListRequest

public static class ImListRequest.ImListRequestBuilder
extends java.lang.Object
  • Method Details

    • token

      public ImListRequest.ImListRequestBuilder token​(java.lang.String token)
      Authentication token. Requires scope: `im:read`
      Returns:
      this.
    • cursor

      public ImListRequest.ImListRequestBuilder cursor​(java.lang.String cursor)
      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.
      Returns:
      this.
    • limit

      public ImListRequest.ImListRequestBuilder limit​(java.lang.Integer limit)
      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.
      Returns:
      this.
    • build

      public ImListRequest build()
    • toString

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