Class SetUserGroupsForUserRequest
Object
SetUserGroupsForUserRequest
- All Implemented Interfaces:
Serializable
The properties needed to set the user groups that the user should belong to.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. 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 the user groups.inthashCode()voidsetUserGroupIds(List<UUID> userGroupIds) Required. The list of IDs of the user groups which the user should be assigned to.voidRequired. The ID of the user who should be assigned to the user groups.toString()
-
Constructor Details
-
SetUserGroupsForUserRequest
public SetUserGroupsForUserRequest()
-
-
Method Details
-
builder
-
getUserId
Required. The ID of the user who should be assigned to the user groups.Silently ignored if the ID is provided as path parameter of the request; otherwise required.
-
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 the user groups.Silently ignored if the ID is provided as path parameter of the request; otherwise required.
-
setUserGroupIds
Required. The list of IDs of the user groups which the user should be assigned to. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-