Modifier and Type | Field and Description |
---|---|
static NutrientStatementLink<NutrientStatementText> |
NutrientStatement.TO_NUTRIENT_STATEMENT_TEXT
Use with available fluent helpers to apply the to_NutrientStatementText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
NutrientStatementText |
NutrientStatementText.NutrientStatementTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<NutrientStatementText> |
NutrientStatement.fetchNutrientStatementText()
Fetches the NutrientStatementText entities (one to many) associated with this entity.
|
protected Class<NutrientStatementText> |
NutrientStatementTextFluentHelper.getEntityClass() |
protected Class<NutrientStatementText> |
NutrientStatementTextByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<NutrientStatementText>> |
NutrientStatement.getNutrientStatementTextIfPresent()
Retrieval of associated NutrientStatementText entities (one to many).
|
List<NutrientStatementText> |
NutrientStatement.getNutrientStatementTextOrFetch()
Retrieval of associated NutrientStatementText entities (one to many).
|
Class<NutrientStatementText> |
NutrientStatementText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
NutrientStatement.addNutrientStatementText(NutrientStatementText... entity)
Adds elements to the list of associated NutrientStatementText entities.
|
NutrientStatement.NutrientStatementBuilder |
NutrientStatement.NutrientStatementBuilder.nutrientStatementText(NutrientStatementText... value)
Navigation property to_NutrientStatementText for NutrientStatement to multiple
NutrientStatementText.
|
Modifier and Type | Method and Description |
---|---|
void |
NutrientStatement.setNutrientStatementText(List<NutrientStatementText> value)
Overwrites the list of associated NutrientStatementText entities for the loaded navigation property
to_NutrientStatementText.
|
Constructor and Description |
---|
NutrientStatement(String nutrientStatement,
String nutrientStatementDesc,
List<NutrientStatementText> toNutrientStatementText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<NutrientStatementText> |
NutrientStatementTextOneToOneLink.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 NutrientStatementTextLink<ObjectT> |
NutrientStatementTextLink.translateLinkType(EntityLink<NutrientStatementTextLink<ObjectT>,NutrientStatementText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.