Class UsersListRequest
java.lang.Object
com.slack.api.methods.request.users.UsersListRequest
- All Implemented Interfaces:
SlackApiRequest
public class UsersListRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUsersListRequest.UsersListRequestBuilder -
Method Summary
Modifier and Type Method Description static UsersListRequest.UsersListRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCursor()Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`.IntegergetLimit()The maximum number of items to return.StringgetTeamId()Required for org-wide apps.StringgetToken()Authentication token.inthashCode()booleanisIncludeLocale()Set this to `true` to receive the locale for users.booleanisPresence()Deprecated.voidsetCursor(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`.voidsetIncludeLocale(boolean includeLocale)Set this to `true` to receive the locale for users.voidsetLimit(Integer limit)The maximum number of items to return.voidsetPresence(boolean presence)Deprecated.voidsetTeamId(String teamId)Required for org-wide apps.voidsetToken(String token)Authentication token.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `users:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
getCursor
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
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. -
isIncludeLocale
public boolean isIncludeLocale()Set this to `true` to receive the locale for users. Defaults to `false` -
isPresence
Deprecated.Deprecated. Whether to include presence data in the output. Defaults to `false`. Setting this to `true` reduces performance, especially with large teams. -
getTeamId
Required for org-wide apps. -
setToken
Authentication token. Requires scope: `users:read` -
setCursor
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
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. -
setIncludeLocale
public void setIncludeLocale(boolean includeLocale)Set this to `true` to receive the locale for users. Defaults to `false` -
setPresence
Deprecated.Deprecated. Whether to include presence data in the output. Defaults to `false`. Setting this to `true` reduces performance, especially with large teams. -
setTeamId
Required for org-wide apps. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-