Class ChildModificationRequest
- java.lang.Object
-
- com.inteliqua.rest.customer.payload.child.ChildDataUpdateRequest
-
- com.inteliqua.rest.customer.payload.child.ChildModificationRequest
-
- All Implemented Interfaces:
ModificationRequest,Serializable
public class ChildModificationRequest extends ChildDataUpdateRequest implements ModificationRequest, Serializable
- Author:
- ckonstantakis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChildModificationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModificationTypegetAction()Gets the type of modification to be performed.StringgetSystemCode()Gets the system code (QCCode) that identifies the specific system or collection being modified.StringtoString()-
Methods inherited from class com.inteliqua.rest.customer.payload.child.ChildDataUpdateRequest
checkNameFormat, getDateOfBirth, getFirstName, getGender, getNameDayDay, getNameDayMonth, setDateOfBirth, setFirstName, setGender, setNameDayDay, setNameDayMonth
-
-
-
-
Method Detail
-
getSystemCode
public String getSystemCode()
Description copied from interface:ModificationRequestGets the system code (QCCode) that identifies the specific system or collection being modified.- Specified by:
getSystemCodein interfaceModificationRequest- Returns:
- The system code associated with the modification request.
-
getAction
public ModificationType getAction()
Description copied from interface:ModificationRequestGets the type of modification to be performed.The modification action could be an add, update, or delete, which is represented by the
ModificationTypeenum. This action dictates the nature of the update to be applied.- Specified by:
getActionin interfaceModificationRequest- Returns:
- The
ModificationTypethat defines the action to be performed.
-
toString
public String toString()
- Overrides:
toStringin classChildDataUpdateRequest
-
-