@Deprecated public class ImListRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ImListRequest.ImListRequestBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ImListRequest.ImListRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
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`.
|
Integer |
getLimit()
Deprecated.
The maximum number of items to return.
|
String |
getToken()
Deprecated.
Authentication token.
|
int |
hashCode()
Deprecated.
|
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`.
|
void |
setLimit(Integer limit)
Deprecated.
The maximum number of items to return.
|
void |
setToken(String token)
Deprecated.
Authentication token.
|
String |
toString()
Deprecated.
|
public static ImListRequest.ImListRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getCursor()
public Integer getLimit()
public void setToken(String token)
public void setCursor(String cursor)
public void setLimit(Integer limit)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.