Class AdminRolesRemoveAssignmentsRequest
java.lang.Object
com.slack.api.methods.request.admin.roles.AdminRolesRemoveAssignmentsRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.roles.removeAssignments
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanList of the entity IDs for which roles will be revoked.ID of the role to which users will be assignedgetToken()Authentication token bearing required scopes.List of IDs of the users whose roles will be revokedinthashCode()voidsetEntityIds(List<String> entityIds) List of the entity IDs for which roles will be revoked.voidID of the role to which users will be assignedvoidAuthentication token bearing required scopes.voidsetUserIds(List<String> userIds) List of IDs of the users whose roles will be revokedtoString()
-
Method Details
-
builder
public static AdminRolesRemoveAssignmentsRequest.AdminRolesRemoveAssignmentsRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getRoleId
ID of the role to which users will be assigned -
getEntityIds
List of the entity IDs for which roles will be revoked. These can be Org IDs, Team IDs or Channel IDs -
getUserIds
List of IDs of the users whose roles will be revoked -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setRoleId
ID of the role to which users will be assigned -
setEntityIds
List of the entity IDs for which roles will be revoked. These can be Org IDs, Team IDs or Channel IDs -
setUserIds
List of IDs of the users whose roles will be revoked -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-