Class RemoveUsersFromUserGroupRequest
Object
RemoveUsersFromUserGroupRequest
- All Implemented Interfaces:
Serializable
The properties needed to remove the users from given user group.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Required. The ID of the user groups from which the users should be removed.Required. The list of IDs of the users which should be removed from the user group.int
hashCode()
void
setUserGroupId
(UUID userGroupId) Required. The ID of the user groups from which the users should be removed.void
setUserIds
(List<UUID> userIds) Required. The list of IDs of the users which should be removed from the user group.toString()
-
Constructor Details
-
RemoveUsersFromUserGroupRequest
public RemoveUsersFromUserGroupRequest()
-
-
Method Details
-
builder
-
getUserGroupId
Required. The ID of the user groups from which the users should be removed. Silently ignored if the ID is provided as path parameter of the request. -
getUserIds
Required. The list of IDs of the users which should be removed from the user group. -
setUserGroupId
Required. The ID of the user groups from which the users should be removed. Silently ignored if the ID is provided as path parameter of the request. -
setUserIds
Required. The list of IDs of the users which should be removed from the user group. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-