Class AdminRolesListAssignmentsRequest
java.lang.Object
com.slack.api.methods.request.admin.roles.AdminRolesListAssignmentsRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.roles.listAssignments
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanSet cursor to next_cursor returned by the previous call to list items in the next page.The entities for which the roles applygetLimit()Limit for how many users to be retrieved per pagecollection of role ids to scope results bySort direction.getToken()Authentication token bearing required scopes.inthashCode()voidSet cursor to next_cursor returned by the previous call to list items in the next page.voidsetEntityIds(List<String> entityIds) The entities for which the roles applyvoidLimit for how many users to be retrieved per pagevoidsetRoleIds(List<String> roleIds) collection of role ids to scope results byvoidsetSortDir(String sortDir) Sort direction.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
-
getEntityIds
The entities for which the roles apply -
getRoleIds
collection of role ids to scope results by -
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 -
getSortDir
Sort direction. Default is descending on date_create, can be either ASC or DESC -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setEntityIds
The entities for which the roles apply -
setRoleIds
collection of role ids to scope results by -
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 -
setSortDir
Sort direction. Default is descending on date_create, can be either ASC or DESC -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-