public class VeganFidelityOperation extends Object
| Constructor and Description |
|---|
VeganFidelityOperation() |
| Modifier and Type | Method and Description |
|---|---|
List<FarmedFood> |
consumingGroupedFood(GroupedFood groupedFood,
GroupedFood pojoGroupedFood) |
String |
tryEat(Object food,
Map<String,Integer> menu) |
List<Map<String,String>> |
tryToEatThisListOfMaps(List<Map<String,String>> foods) |
public String tryEat(@XmlHints(allowReferences=false) Object food, @Optional @XmlHints(allowInlineDefinition=false) Map<String,Integer> menu)
public List<Map<String,String>> tryToEatThisListOfMaps(@Optional @NullSafe @Content List<Map<String,String>> foods)
public List<FarmedFood> consumingGroupedFood(@ParameterGroup(name="As Group") GroupedFood groupedFood, @Optional @NullSafe GroupedFood pojoGroupedFood)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.