public class ConsignmentEntryModelBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static ConsignmentEntryModelBuilder |
aModel() |
ConsignmentEntryModel |
build() |
ConsignmentEntryModelBuilder |
withConsignment(ConsignmentModel consignment) |
ConsignmentEntryModelBuilder |
withOrderEntry(AbstractOrderEntryModel entry) |
ConsignmentEntryModelBuilder |
withQuantity(Long quantity) |
public static ConsignmentEntryModelBuilder aModel()
public ConsignmentEntryModel build()
public ConsignmentEntryModelBuilder withQuantity(Long quantity)
public ConsignmentEntryModelBuilder withConsignment(ConsignmentModel consignment)
public ConsignmentEntryModelBuilder withOrderEntry(AbstractOrderEntryModel entry)
Copyright © 2017 SAP SE. All Rights Reserved.