Class AdvancedRuleExecutionOrderModel
java.lang.Object
net.avalara.avatax.rest.client.models.AdvancedRuleExecutionOrderModel
Model for updating rule execution order
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for ruleExecutionIds The rule execution Ids in the desired ordervoid
setRuleExecutionIds
(ArrayList<String> value) Setter for ruleExecutionIds The rule execution Ids in the desired ordertoString()
Returns a JSON string representation of AdvancedRuleExecutionOrderModel
-
Constructor Details
-
AdvancedRuleExecutionOrderModel
public AdvancedRuleExecutionOrderModel()
-
-
Method Details
-
getRuleExecutionIds
Getter for ruleExecutionIds The rule execution Ids in the desired order -
setRuleExecutionIds
Setter for ruleExecutionIds The rule execution Ids in the desired order -
toString
Returns a JSON string representation of AdvancedRuleExecutionOrderModel
-