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 java.lang.Object implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImListRequest.ImListRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static ImListRequest.ImListRequestBuilderbuilder()Deprecated.protected booleancanEqual(java.lang.Object other)Deprecated.booleanequals(java.lang.Object o)Deprecated.java.lang.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`.java.lang.IntegergetLimit()Deprecated.The maximum number of items to return.java.lang.StringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetCursor(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`.voidsetLimit(java.lang.Integer limit)Deprecated.The maximum number of items to return.voidsetToken(java.lang.String token)Deprecated.Authentication token.java.lang.StringtoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
public java.lang.String getToken()Deprecated.Authentication token. Requires scope: `im:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
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:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)Deprecated. -
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toStringin classjava.lang.Object
-