public class DeliveryRule extends Object
| Constructor and Description |
|---|
DeliveryRule() |
| Modifier and Type | Method and Description |
|---|---|
List<DeliveryRuleAction> |
actions()
Get the actions value.
|
List<DeliveryRuleCondition> |
conditions()
Get the conditions value.
|
int |
order()
Get the order value.
|
DeliveryRule |
withActions(List<DeliveryRuleAction> actions)
Set the actions value.
|
DeliveryRule |
withConditions(List<DeliveryRuleCondition> conditions)
Set the conditions value.
|
DeliveryRule |
withOrder(int order)
Set the order value.
|
public int order()
public DeliveryRule withOrder(int order)
order - the order value to setpublic List<DeliveryRuleAction> actions()
public DeliveryRule withActions(List<DeliveryRuleAction> actions)
actions - the actions value to setpublic List<DeliveryRuleCondition> conditions()
public DeliveryRule withConditions(List<DeliveryRuleCondition> conditions)
conditions - the conditions value to setCopyright © 2019. All rights reserved.