Class SetUsersForUserGroupRequest
Object
SetUsersForUserGroupRequest
- All Implemented Interfaces:
Serializable
The properties needed to set the users that belong to a user group.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The ID of the user group whose users will be set.Required. The list of user IDs that will be assigned to the group.inthashCode()voidsetUserGroupId(UUID userGroupId) Required. The ID of the user group whose users will be set.voidsetUserIds(List<UUID> userIds) Required. The list of user IDs that will be assigned to the group.toString()
-
Constructor Details
-
SetUsersForUserGroupRequest
public SetUsersForUserGroupRequest()
-
-
Method Details
-
builder
-
getUserGroupId
Required. The ID of the user group whose users will be set. -
getUserIds
Required. The list of user IDs that will be assigned to the group. -
setUserGroupId
Required. The ID of the user group whose users will be set. -
setUserIds
Required. The list of user IDs that will be assigned to the group. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-