static NutritionProduct.Builder |
NutritionProduct.builder() |
|
NutritionProduct.Builder |
NutritionProduct.Builder.category(java.util.Collection<CodeableConcept> category) |
Nutrition products can have different classifications - according to its nutritional properties, preparation methods,
etc.
|
NutritionProduct.Builder |
NutritionProduct.Builder.category(CodeableConcept... category) |
Nutrition products can have different classifications - according to its nutritional properties, preparation methods,
etc.
|
NutritionProduct.Builder |
NutritionProduct.Builder.code(CodeableConcept code) |
The code assigned to the product, for example a manufacturer number or other terminology.
|
NutritionProduct.Builder |
NutritionProduct.Builder.contained(java.util.Collection<Resource> contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
NutritionProduct.Builder |
NutritionProduct.Builder.contained(Resource... contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
NutritionProduct.Builder |
NutritionProduct.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
NutritionProduct.Builder |
NutritionProduct.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected NutritionProduct.Builder |
NutritionProduct.Builder.from(NutritionProduct nutritionProduct) |
|
NutritionProduct.Builder |
NutritionProduct.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
NutritionProduct.Builder |
NutritionProduct.Builder.implicitRules(Uri implicitRules) |
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when
processing the content.
|
NutritionProduct.Builder |
NutritionProduct.Builder.ingredient(java.util.Collection<NutritionProduct.Ingredient> ingredient) |
Ingredients contained in this product.
|
NutritionProduct.Builder |
NutritionProduct.Builder.ingredient(NutritionProduct.Ingredient... ingredient) |
Ingredients contained in this product.
|
NutritionProduct.Builder |
NutritionProduct.Builder.instance(NutritionProduct.Instance instance) |
Conveys instance-level information about this product item.
|
NutritionProduct.Builder |
NutritionProduct.Builder.knownAllergen(java.util.Collection<CodeableReference> knownAllergen) |
Allergens that are known or suspected to be a part of this nutrition product.
|
NutritionProduct.Builder |
NutritionProduct.Builder.knownAllergen(CodeableReference... knownAllergen) |
Allergens that are known or suspected to be a part of this nutrition product.
|
NutritionProduct.Builder |
NutritionProduct.Builder.language(Code language) |
The base language in which the resource is written.
|
NutritionProduct.Builder |
NutritionProduct.Builder.manufacturer(java.util.Collection<Reference> manufacturer) |
The organisation (manufacturer, representative or legal authorisation holder) that is responsible for the device.
|
NutritionProduct.Builder |
NutritionProduct.Builder.manufacturer(Reference... manufacturer) |
The organisation (manufacturer, representative or legal authorisation holder) that is responsible for the device.
|
NutritionProduct.Builder |
NutritionProduct.Builder.meta(Meta meta) |
The metadata about the resource.
|
NutritionProduct.Builder |
NutritionProduct.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
NutritionProduct.Builder |
NutritionProduct.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
NutritionProduct.Builder |
NutritionProduct.Builder.note(java.util.Collection<Annotation> note) |
Comments made about the product.
|
NutritionProduct.Builder |
NutritionProduct.Builder.note(Annotation... note) |
Comments made about the product.
|
NutritionProduct.Builder |
NutritionProduct.Builder.nutrient(java.util.Collection<NutritionProduct.Nutrient> nutrient) |
The product's nutritional information expressed by the nutrients.
|
NutritionProduct.Builder |
NutritionProduct.Builder.nutrient(NutritionProduct.Nutrient... nutrient) |
The product's nutritional information expressed by the nutrients.
|
NutritionProduct.Builder |
NutritionProduct.Builder.productCharacteristic(java.util.Collection<NutritionProduct.ProductCharacteristic> productCharacteristic) |
Specifies descriptive properties of the nutrition product.
|
NutritionProduct.Builder |
NutritionProduct.Builder.productCharacteristic(NutritionProduct.ProductCharacteristic... productCharacteristic) |
Specifies descriptive properties of the nutrition product.
|
NutritionProduct.Builder |
NutritionProduct.Builder.status(NutritionProductStatus status) |
The current state of the product.
|
NutritionProduct.Builder |
NutritionProduct.Builder.text(Narrative text) |
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the
resource to a human.
|
NutritionProduct.Builder |
NutritionProduct.toBuilder() |
|