Modifier and Type | Field and Description |
---|---|
static NutrientDerivedNutrientOneToOneLink<Nutrient> |
NutrientDerivedNutrient.TO_NUTRIENT
Use with available fluent helpers to apply the to_Nutrient navigation property to query operations.
|
static NutrientDescriptionOneToOneLink<Nutrient> |
NutrientDescription.TO_NUTRIENT
Use with available fluent helpers to apply the to_Nutrient navigation property to query operations.
|
static NutrientBaseUnitOfMeasureOneToOneLink<Nutrient> |
NutrientBaseUnitOfMeasure.TO_NUTRIENT
Use with available fluent helpers to apply the to_Nutrient navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Nutrient |
Nutrient.NutrientBuilder.build() |
Nutrient |
NutrientDerivedNutrient.fetchNutrient()
Fetches the Nutrient entity (one to one) associated with this entity.
|
Nutrient |
NutrientDescription.fetchNutrient()
Fetches the Nutrient entity (one to one) associated with this entity.
|
Nutrient |
NutrientBaseUnitOfMeasure.fetchNutrient()
Fetches the Nutrient entity (one to one) associated with this entity.
|
Nutrient |
NutrientDerivedNutrient.getNutrientOrFetch()
Retrieval of associated Nutrient entity (one to one).
|
Nutrient |
NutrientDescription.getNutrientOrFetch()
Retrieval of associated Nutrient entity (one to one).
|
Nutrient |
NutrientBaseUnitOfMeasure.getNutrientOrFetch()
Retrieval of associated Nutrient entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<Nutrient> |
NutrientByKeyFluentHelper.getEntityClass() |
protected Class<Nutrient> |
NutrientFluentHelper.getEntityClass() |
io.vavr.control.Option<Nutrient> |
NutrientDerivedNutrient.getNutrientIfPresent()
Retrieval of associated Nutrient entity (one to one).
|
io.vavr.control.Option<Nutrient> |
NutrientDescription.getNutrientIfPresent()
Retrieval of associated Nutrient entity (one to one).
|
io.vavr.control.Option<Nutrient> |
NutrientBaseUnitOfMeasure.getNutrientIfPresent()
Retrieval of associated Nutrient entity (one to one).
|
Class<Nutrient> |
Nutrient.getType() |
Modifier and Type | Method and Description |
---|---|
NutrientDerivedNutrient.NutrientDerivedNutrientBuilder |
NutrientDerivedNutrient.NutrientDerivedNutrientBuilder.nutrient(Nutrient value)
Navigation property to_Nutrient for NutrientDerivedNutrient to single Nutrient.
|
NutrientDescription.NutrientDescriptionBuilder |
NutrientDescription.NutrientDescriptionBuilder.nutrient(Nutrient value)
Navigation property to_Nutrient for NutrientDescription to single Nutrient.
|
NutrientBaseUnitOfMeasure.NutrientBaseUnitOfMeasureBuilder |
NutrientBaseUnitOfMeasure.NutrientBaseUnitOfMeasureBuilder.nutrient(Nutrient value)
Navigation property to_Nutrient for NutrientBaseUnitOfMeasure to single Nutrient.
|
void |
NutrientDerivedNutrient.setNutrient(Nutrient value)
Overwrites the associated Nutrient entity for the loaded navigation property to_Nutrient.
|
void |
NutrientDescription.setNutrient(Nutrient value)
Overwrites the associated Nutrient entity for the loaded navigation property to_Nutrient.
|
void |
NutrientBaseUnitOfMeasure.setNutrient(Nutrient value)
Overwrites the associated Nutrient entity for the loaded navigation property to_Nutrient.
|
Constructor and Description |
---|
NutrientBaseUnitOfMeasure(String nutrientInternalID,
String nutrientBaseUnitOfMeasure,
Nutrient toNutrient) |
NutrientDerivedNutrient(String nutrientInternalID,
String nutrientIsDerived,
Nutrient toNutrient) |
NutrientDescription(String nutrientInternalID,
String nutrientDescriptionLanguage,
String nutrientDescription,
Nutrient toNutrient) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Nutrient> |
NutrientOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected NutrientLink<ObjectT> |
NutrientLink.translateLinkType(EntityLink<NutrientLink<ObjectT>,Nutrient,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.