Interface ModificationRequest

    • Method Detail

      • getSystemCode

        String getSystemCode()
        Gets the system code (QCCode) that identifies the specific system or collection being modified.
        Returns:
        The system code associated with the modification request.
      • getAction

        ModificationType getAction()
        Gets the type of modification to be performed.

        The modification action could be an add, update, or delete, which is represented by the ModificationType enum. This action dictates the nature of the update to be applied.

        Returns:
        The ModificationType that defines the action to be performed.