Interface IGroupBatchUpdate


public interface IGroupBatchUpdate
Since:
3.21.2
  • Method Details

    • addGroup

      @NotNull IGroupBatchUpdate addGroup(@NotNull String groupId)
      Adds the Group to the User.
      Parameters:
      groupId - ID of the Group to add.
      Returns:
      the modified instance to allow for method chaining.
    • removeGroup

      @NotNull IGroupBatchUpdate removeGroup(@NotNull String groupId)
      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.