Class AddUserToUserGroupsRequest
Object
AddUserToUserGroupsRequest
- All Implemented Interfaces:
Serializable
The properties needed to add the user to 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 assigned to.Required. The ID of the user who should be assigned to user groups.int
hashCode()
void
setUserGroupIds
(List<UUID> userGroupIds) Required. The list of IDs of the user groups which the user should be assigned to.void
Required. The ID of the user who should be assigned to user groups.toString()
-
Constructor Details
-
AddUserToUserGroupsRequest
public AddUserToUserGroupsRequest()
-
-
Method Details
-
builder
-
getUserId
Required. The ID of the user who should be assigned to 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 assigned to. -
setUserId
Required. The ID of the user who should be assigned to 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 assigned to. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-