Package com.slack.api.methods.request.im
Class ImListRequest
java.lang.Object
com.slack.api.methods.request.im.ImListRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`.getLimit()Deprecated.The maximum number of items to return.getToken()Deprecated.Authentication token.inthashCode()Deprecated.voidDeprecated.Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`.voidDeprecated.The maximum number of items to return.voidDeprecated.Authentication token.toString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `im:read`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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
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
Deprecated.Authentication token. Requires scope: `im:read`- Specified by:
setTokenin interfaceSlackApiRequest
-
setCursor
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
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
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-