Class ICGetDeliveryStubsRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.customs.requests.consignment.ICGetDeliveryStubsRequestDTO
Request parameter for getting delivery stubs.
-
Field Summary
FieldsModifier and TypeFieldDescription@NotEmpty(groups=EmptyMandatoryField.class) Collection<@NotEmpty(groups=EmptyMandatoryField.class) @Size(max=20,groups=InvalidDataError.class) String> The business object ids of the deliveries.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
businessObjectIds
@NotEmpty(groups=EmptyMandatoryField.class) public @NotEmpty(groups=EmptyMandatoryField.class) Collection<@NotEmpty(groups=EmptyMandatoryField.class) @Size(max=20,groups=InvalidDataError.class) String> businessObjectIdsThe business object ids of the deliveries.
-
-
Constructor Details
-
ICGetDeliveryStubsRequestDTO
public ICGetDeliveryStubsRequestDTO()
-