public class CancellationEventModelBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static CancellationEventModelBuilder |
aModel() |
CancellationEventModel |
build() |
CancellationEventModelBuilder |
withConsignmentEntry(ConsignmentEntryModel consignmentEntry) |
CancellationEventModelBuilder |
withQuantity(long quantity) |
CancellationEventModelBuilder |
withReason(CancelReason reason) |
CancellationEventModelBuilder |
withStockLevel(StockLevelModel stockLevel) |
public static CancellationEventModelBuilder aModel()
public CancellationEventModel build()
public CancellationEventModelBuilder withConsignmentEntry(ConsignmentEntryModel consignmentEntry)
public CancellationEventModelBuilder withReason(CancelReason reason)
public CancellationEventModelBuilder withQuantity(long quantity)
public CancellationEventModelBuilder withStockLevel(StockLevelModel stockLevel)
Copyright © 2018 SAP SE. All Rights Reserved.