Package de.aeb.xnsg.dl.bf
Class DLSyncPickupsResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.dl.bf.DLSyncPickupsResponseDTO
Data Transfer Object for a pickup synchronize result.
-
Field Summary
FieldsModifier and TypeFieldDescriptionTrue, if the synchronization is complete.The resulting pickups.Sync id for delta transmission of pickups.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseDTO
EMPTY_MANDATORY_FIELD, hasErrors, hasOnlyRetryableErrors, hasWarnings, I18N_WARNING, INTERNAL_SERVER_ERROR, INVALID_DATA_ERROR, INVALID_DATA_WARNING, LOCK_ERROR, messages -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
syncId
Sync id for delta transmission of pickups. Use this syncId in subsequent calls tosyncPickups.length=20
-
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
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 returnedDLSyncShipmentPickupsResponseDTO.syncId.
-
-
Constructor Details
-
DLSyncPickupsResponseDTO
public DLSyncPickupsResponseDTO()
-