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.Ingredient
NutritionProduct.Ingredient.Builder. build()
Build theNutritionProduct.Ingredient
Methods 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.Builder
NutritionProduct.Ingredient.Builder. from(NutritionProduct.Ingredient ingredient)
NutritionProduct.Builder
NutritionProduct.Builder. ingredient(NutritionProduct.Ingredient... ingredient)
Ingredients contained in this product.protected void
NutritionProduct.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.Builder
NutritionProduct.Builder. ingredient(java.util.Collection<NutritionProduct.Ingredient> ingredient)
Ingredients contained in this product.
-