Class DLSyncPickupsResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.dl.bf.DLSyncPickupsResponseDTO

public class DLSyncPickupsResponseDTO extends AbstractResponseDTO
Data Transfer Object for a pickup synchronize result.
  • Field Details

    • syncId

      public String syncId
      Sync id for delta transmission of pickups. Use this syncId in subsequent calls to syncPickups.

      length=20

    • isComplete

      public Boolean isComplete
      True, if the synchronization is complete. False if not.

      Because a maximum of 100 pickups is returned with one call of syncPickups, the result may be incomplete.

    • pickups

      public DLPickupResponseDataDTO[] pickups
      The resulting pickups. A maximum number of 100 pickups is transmitted per call.

      To get ALL pickups make repeated calls of syncPickups, always passing the last returned DLSyncShipmentPickupsResponseDTO.syncId.

  • Constructor Details

    • DLSyncPickupsResponseDTO

      public DLSyncPickupsResponseDTO()