Class ICDeliveryItemReferencesDTO
java.lang.Object
de.aeb.xnsg.customs.requests.consignment.ICDeliveryItemReferencesDTO
Serialization wrapper for delivery item UUIDs.
-
Field Summary
FieldsModifier and TypeFieldDescription@NotEmpty(groups=EmptyMandatoryField.class) Collection<@NotEmpty(groups=EmptyMandatoryField.class) @Length(max=22,groups=InvalidDataError.class) String> The UUIDs of the delivery item pojos. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
uuids
@NotEmpty(groups=EmptyMandatoryField.class) public @NotEmpty(groups=EmptyMandatoryField.class) Collection<@NotEmpty(groups=EmptyMandatoryField.class) @Length(max=22,groups=InvalidDataError.class) String> uuidsThe UUIDs of the delivery item pojos.
-
-
Constructor Details
-
ICDeliveryItemReferencesDTO
public ICDeliveryItemReferencesDTO() -
ICDeliveryItemReferencesDTO
-