| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.impl | |
| com.slack.api.methods.request.im |
| Modifier and Type | Method and Description |
|---|---|
ImListResponse |
MethodsClient.imList(RequestConfigurator<ImListRequest.ImListRequestBuilder> req)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ImListResponse |
MethodsClientImpl.imList(RequestConfigurator<ImListRequest.ImListRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static ImListRequest.ImListRequestBuilder |
ImListRequest.builder()
Deprecated.
|
ImListRequest.ImListRequestBuilder |
ImListRequest.ImListRequestBuilder.cursor(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`.
|
ImListRequest.ImListRequestBuilder |
ImListRequest.ImListRequestBuilder.limit(Integer limit)
The maximum number of items to return.
|
ImListRequest.ImListRequestBuilder |
ImListRequest.ImListRequestBuilder.token(String token)
Authentication token.
|
Copyright © 2020. All rights reserved.