Class RegistrationDataPatch

java.lang.Object
org.dspace.eperson.dto.RegistrationDataPatch

public class RegistrationDataPatch extends Object
This POJO encapsulates the details of the PATCH request that updates the RegistrationData.
Author:
Vincenzo Mecca (vins01-4science - vincenzo.mecca at 4science.com)
  • Constructor Details

  • Method Details

    • getOldRegistration

      public RegistrationData getOldRegistration()
      Returns the value of the previous registration
      Returns:
      RegistrationData
    • getChanges

      public RegistrationDataChanges getChanges()
      Returns the changes related to the registration
      Returns:
      RegistrationDataChanges