Uses of Class
org.linuxforhealth.fhir.model.resource.NutritionProduct.ProductCharacteristic
-
Packages that use NutritionProduct.ProductCharacteristic Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of NutritionProduct.ProductCharacteristic in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return NutritionProduct.ProductCharacteristic Modifier and Type Method Description NutritionProduct.ProductCharacteristic
NutritionProduct.ProductCharacteristic.Builder. build()
Build theNutritionProduct.ProductCharacteristic
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type NutritionProduct.ProductCharacteristic Modifier and Type Method Description java.util.List<NutritionProduct.ProductCharacteristic>
NutritionProduct. getProductCharacteristic()
Specifies descriptive properties of the nutrition product.Methods in org.linuxforhealth.fhir.model.resource with parameters of type NutritionProduct.ProductCharacteristic Modifier and Type Method Description protected NutritionProduct.ProductCharacteristic.Builder
NutritionProduct.ProductCharacteristic.Builder. from(NutritionProduct.ProductCharacteristic productCharacteristic)
NutritionProduct.Builder
NutritionProduct.Builder. productCharacteristic(NutritionProduct.ProductCharacteristic... productCharacteristic)
Specifies descriptive properties of the nutrition product.protected void
NutritionProduct.ProductCharacteristic.Builder. validate(NutritionProduct.ProductCharacteristic productCharacteristic)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type NutritionProduct.ProductCharacteristic Modifier and Type Method Description NutritionProduct.Builder
NutritionProduct.Builder. productCharacteristic(java.util.Collection<NutritionProduct.ProductCharacteristic> productCharacteristic)
Specifies descriptive properties of the nutrition product.
-