Class ICGetDeliveryItemStubsRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.customs.requests.consignment.ICGetDeliveryItemStubsRequestDTO
Request parameter for getting delivery item stubs.
-
Field Summary
FieldsModifier and TypeFieldDescription@NotEmpty(groups=EmptyMandatoryField.class) @Valid Map<@NotEmpty(groups=EmptyMandatoryField.class) @Size(max=20,groups=InvalidDataError.class) String, @NotNull(groups=EmptyMandatoryField.class) @Valid ICDeliveryItemReferencesDTO> The UUIDs of the delivery items grouped by the business object id of the respective delivery.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
deliveryItemUuidsByDeliveryUid
@NotEmpty(groups=EmptyMandatoryField.class) @Valid public @NotEmpty(groups=EmptyMandatoryField.class) @Valid Map<@NotEmpty(groups=EmptyMandatoryField.class) @Size(max=20,groups=InvalidDataError.class) String,@NotNull(groups=EmptyMandatoryField.class) @Valid ICDeliveryItemReferencesDTO> deliveryItemUuidsByDeliveryUidThe UUIDs of the delivery items grouped by the business object id of the respective delivery.
-
-
Constructor Details
-
ICGetDeliveryItemStubsRequestDTO
public ICGetDeliveryItemStubsRequestDTO()
-