Uses of Class
org.linuxforhealth.fhir.model.resource.NutritionProduct.Ingredient
-
Packages that use NutritionProduct.Ingredient Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of NutritionProduct.Ingredient in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return NutritionProduct.Ingredient Modifier and Type Method Description NutritionProduct.IngredientNutritionProduct.Ingredient.Builder. build()Build theNutritionProduct.IngredientMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type NutritionProduct.Ingredient Modifier and Type Method Description java.util.List<NutritionProduct.Ingredient>NutritionProduct. getIngredient()Ingredients contained in this product.Methods in org.linuxforhealth.fhir.model.resource with parameters of type NutritionProduct.Ingredient Modifier and Type Method Description protected NutritionProduct.Ingredient.BuilderNutritionProduct.Ingredient.Builder. from(NutritionProduct.Ingredient ingredient)NutritionProduct.BuilderNutritionProduct.Builder. ingredient(NutritionProduct.Ingredient... ingredient)Ingredients contained in this product.protected voidNutritionProduct.Ingredient.Builder. validate(NutritionProduct.Ingredient ingredient)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type NutritionProduct.Ingredient Modifier and Type Method Description NutritionProduct.BuilderNutritionProduct.Builder. ingredient(java.util.Collection<NutritionProduct.Ingredient> ingredient)Ingredients contained in this product.
-