Class AdminUsersListRequest
java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersListRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/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.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.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. -
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. -
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
-