Package de.aeb.xnsg.dl.bf
Class DLGetShipmentsRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.dl.bf.DLGetShipmentsRequestDTO
DTO to search for shipments and request detail information about them.
-
Field Summary
FieldsModifier and TypeFieldDescriptionControls, which shipments should be returned.Controls, if the (label) documents should be included in the response of each shipment.static final intMaximum number of shipments that can be requested.The list of shipment references for which detail information is requested.Controls, if canceled shipments should also be returned.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_SHIPMENTS
public static final int MAX_SHIPMENTSMaximum number of shipments that can be requested.- See Also:
-
shipmentReferences
The list of shipment references for which detail information is requested. Cannot be used with the filter at the same time.
-
includeDocuments
Controls, if the (label) documents should be included in the response of each shipment. Default is 'false'. -
withCanceledShipments
Controls, if canceled shipments should also be returned. Default is 'true'. -
filter
Controls, which shipments should be returned. Cannot be used with shipment references at the same time.
-
-
Constructor Details
-
DLGetShipmentsRequestDTO
public DLGetShipmentsRequestDTO()
-