Class AddressDataModificationRequest

  • All Implemented Interfaces:
    ModificationRequest

    public class AddressDataModificationRequest
    extends AddressDataUpdateRequest
    implements ModificationRequest
    Represents a request for modifying address data.

    This class extends AddressDataUpdateRequest and implements the ModificationRequest interface, allowing the modification or deletion of address data in the system.

    The request includes a unique system code for identifying the address in the QIVOS CLOUD platform, and specifies the action (e.g., UPDATE or DELETE) to be performed on the address.
    Author:
    nikritikos
    • Constructor Detail

      • AddressDataModificationRequest

        public AddressDataModificationRequest()
    • Method Detail

      • getSystemCode

        public String getSystemCode()
        Gets the system code representing the address in the QIVOS CLOUD platform.
        Specified by:
        getSystemCode in interface ModificationRequest
        Returns:
        The unique system code for the address.
      • setSystemCode

        public void setSystemCode​(String systemCode)
      • toString

        public String toString()
        Provides a string representation of the modification request, including the system code and action.
        Overrides:
        toString in class AddressDataUpdateRequest
        Returns:
        A string representation of the address data modification request.