public class UsersListRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
UsersListRequest.UsersListRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static UsersListRequest.UsersListRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCursor()
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()
The maximum number of items to return.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
boolean |
isIncludeLocale()
Set this to `true` to receive the locale for users.
|
boolean |
isPresence()
Deprecated.
|
void |
setCursor(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`.
|
void |
setIncludeLocale(boolean includeLocale)
Set this to `true` to receive the locale for users.
|
void |
setLimit(Integer limit)
The maximum number of items to return.
|
void |
setPresence(boolean presence)
Deprecated.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static UsersListRequest.UsersListRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getCursor()
public Integer getLimit()
public boolean isIncludeLocale()
@Deprecated public boolean isPresence()
public void setToken(String token)
public void setCursor(String cursor)
public void setLimit(Integer limit)
public void setIncludeLocale(boolean includeLocale)
@Deprecated public void setPresence(boolean presence)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.