Interface IGroupBatchUpdate
public interface IGroupBatchUpdate
- Since:
- 3.21.2
-
Method Summary
Modifier and TypeMethodDescriptionAdds the Group to the User.void
execute()
Executes the update.removeGroup
(String groupId) Removes the Group from the User.
-
Method Details
-
addGroup
Adds the Group to the User.- Parameters:
groupId
- ID of the Group to add.- Returns:
- the modified instance to allow for method chaining.
-
removeGroup
Removes the Group from the User.- Parameters:
groupId
- ID of the Group to remove.- Returns:
- the modified instance to allow for method chaining.
-
execute
void execute()Executes the update.
-