Uses of Class
org.linuxforhealth.fhir.model.resource.NutritionProduct.Nutrient
-
Packages that use NutritionProduct.Nutrient Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of NutritionProduct.Nutrient in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return NutritionProduct.Nutrient Modifier and Type Method Description NutritionProduct.NutrientNutritionProduct.Nutrient.Builder. build()Build theNutritionProduct.NutrientMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type NutritionProduct.Nutrient Modifier and Type Method Description java.util.List<NutritionProduct.Nutrient>NutritionProduct. getNutrient()The product's nutritional information expressed by the nutrients.Methods in org.linuxforhealth.fhir.model.resource with parameters of type NutritionProduct.Nutrient Modifier and Type Method Description protected NutritionProduct.Nutrient.BuilderNutritionProduct.Nutrient.Builder. from(NutritionProduct.Nutrient nutrient)NutritionProduct.BuilderNutritionProduct.Builder. nutrient(NutritionProduct.Nutrient... nutrient)The product's nutritional information expressed by the nutrients.protected voidNutritionProduct.Nutrient.Builder. validate(NutritionProduct.Nutrient nutrient)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type NutritionProduct.Nutrient Modifier and Type Method Description NutritionProduct.BuilderNutritionProduct.Builder. nutrient(java.util.Collection<NutritionProduct.Nutrient> nutrient)The product's nutritional information expressed by the nutrients.
-