Class RemoveUserFromUserGroupsRequest
Object
RemoveUserFromUserGroupsRequest
- All Implemented Interfaces:
Serializable
The properties needed to remove the user from given user groups.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Required. The list of IDs of the user groups which the user should be removed from.Required. The ID of the user who should be removed from user groups.int
hashCode()
void
setUserGroupIds
(List<UUID> userGroupIds) Required. The list of IDs of the user groups which the user should be removed from.void
Required. The ID of the user who should be removed from user groups.toString()
-
Constructor Details
-
RemoveUserFromUserGroupsRequest
public RemoveUserFromUserGroupsRequest()
-
-
Method Details
-
builder
-
getUserId
Required. The ID of the user who should be removed from user groups. Silently ignored if the ID is provided as path parameter of the request. -
getUserGroupIds
Required. The list of IDs of the user groups which the user should be removed from. -
setUserId
Required. The ID of the user who should be removed from user groups. Silently ignored if the ID is provided as path parameter of the request. -
setUserGroupIds
Required. The list of IDs of the user groups which the user should be removed from. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-