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