Uses of Class
org.camunda.bpm.qa.upgrade.json.beans.RegularCustomer
-
Packages that use RegularCustomer Package Description org.camunda.bpm.qa.upgrade.json.beans -
-
Uses of RegularCustomer in org.camunda.bpm.qa.upgrade.json.beans
Subclasses of RegularCustomer in org.camunda.bpm.qa.upgrade.json.beans Modifier and Type Class Description class
SpecialCustomer
Methods in org.camunda.bpm.qa.upgrade.json.beans that return types with arguments of type RegularCustomer Modifier and Type Method Description List<RegularCustomer>
Order. getCustomers()
Method parameters in org.camunda.bpm.qa.upgrade.json.beans with type arguments of type RegularCustomer Modifier and Type Method Description void
Order. setCustomers(List<RegularCustomer> customers)
-