Package com.slack.api.methods.request.im
Class ImListRequest
- java.lang.Object
-
- com.slack.api.methods.request.im.ImListRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class ImListRequest extends Object implements SlackApiRequest
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImListRequest.ImListRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ImListRequest.ImListRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetCursor()Deprecated.Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`.IntegergetLimit()Deprecated.The maximum number of items to return.StringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetCursor(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`.voidsetLimit(Integer limit)Deprecated.The maximum number of items to return.voidsetToken(String token)Deprecated.Authentication token.StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static ImListRequest.ImListRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `im:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
getCursor
public 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 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(String token)
Deprecated.Authentication token. Requires scope: `im:read`
-
setCursor
public void setCursor(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(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.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-