Package org.dspace.eperson.dto
Class RegistrationDataPatch
java.lang.Object
org.dspace.eperson.dto.RegistrationDataPatch
This POJO encapsulates the details of the PATCH request that updates the
RegistrationData.- Author:
- Vincenzo Mecca (vins01-4science - vincenzo.mecca at 4science.com)
-
Constructor Summary
ConstructorsConstructorDescriptionRegistrationDataPatch(RegistrationData oldRegistration, RegistrationDataChanges changes) -
Method Summary
Modifier and TypeMethodDescriptionReturns the changes related to the registrationReturns the value of the previous registration
-
Constructor Details
-
RegistrationDataPatch
-
-
Method Details
-
getOldRegistration
Returns the value of the previous registration- Returns:
- RegistrationData
-
getChanges
Returns the changes related to the registration- Returns:
- RegistrationDataChanges
-