public interface OrderEditDraft extends WithKey, CustomDraft
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
CustomFieldsDraft |
getCustom() |
String |
getKey() |
Reference<Order> |
getResource() |
List<StagedUpdateAction<OrderEdit>> |
getStagedActions() |
Boolean |
isDryRun() |
List<StagedUpdateAction<OrderEdit>> getStagedActions()
@Nullable CustomFieldsDraft getCustom()
getCustom
in interface CustomDraft