Class AdminUsersListRequest
java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersListRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.users.list
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanSet cursor to next_cursor returned by the previous call to list items in the next page.Only applies with org token and no team_id.If true, only active users will be returned.getLimit()Limit for how many users to be retrieved per pageThe ID (T1234) of the workspace.getToken()Authentication token bearing required scopes.inthashCode()voidSet cursor to next_cursor returned by the previous call to list items in the next page.voidsetIncludeDeactivatedUserWorkspaces(Boolean includeDeactivatedUserWorkspaces) Only applies with org token and no team_id.voidsetIsActive(Boolean isActive) If true, only active users will be returned.voidLimit for how many users to be retrieved per pagevoidThe ID (T1234) of the workspace.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getTeamId
The ID (T1234) of the workspace. -
getIncludeDeactivatedUserWorkspaces
Only applies with org token and no team_id. If true, return workspaces for a user even if they may be deactivated on them. If false, return workspaces for a user only when user is active on them. Default is false. -
getIsActive
If true, only active users will be returned. If false, only deactivated users will be returned. Default is true. -
getCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
getLimit
Limit for how many users to be retrieved per page -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setTeamId
The ID (T1234) of the workspace. -
setIncludeDeactivatedUserWorkspaces
Only applies with org token and no team_id. If true, return workspaces for a user even if they may be deactivated on them. If false, return workspaces for a user only when user is active on them. Default is false. -
setIsActive
If true, only active users will be returned. If false, only deactivated users will be returned. Default is true. -
setCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
setLimit
Limit for how many users to be retrieved per page -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-