Modifier and Type | Field and Description |
---|---|
static DefectCodeLink<DefectCodeText> |
DefectCode.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DefectCodeText |
DefectCodeText.DefectCodeTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<DefectCodeText> |
DefectCode.fetchText()
Fetches the DefectCodeText entities (one to many) associated with this entity.
|
protected Class<DefectCodeText> |
DefectCodeTextFluentHelper.getEntityClass() |
protected Class<DefectCodeText> |
DefectCodeTextByKeyFluentHelper.getEntityClass() |
Optional<List<DefectCodeText>> |
DefectCode.getTextIfPresent()
Retrieval of associated DefectCodeText entities (one to many).
|
List<DefectCodeText> |
DefectCode.getTextOrFetch()
Retrieval of associated DefectCodeText entities (one to many).
|
Class<DefectCodeText> |
DefectCodeText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DefectCode.addText(DefectCodeText... entity)
Adds elements to the list of associated DefectCodeText entities.
|
DefectCode.DefectCodeBuilder |
DefectCode.DefectCodeBuilder.text(DefectCodeText... value) |
Modifier and Type | Method and Description |
---|---|
void |
DefectCode.setText(List<DefectCodeText> value)
Overwrites the list of associated DefectCodeText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
DefectCode(String defectCodeGroup,
String defectCode,
String codeIsInactive,
Boolean codeGroupIsUsable,
DefectCodeGroup toDefectCodeGroup,
List<DefectCodeText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<DefectCodeText> |
DefectCodeTextOneToOneLink.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 DefectCodeTextLink<ObjectT> |
DefectCodeTextLink.translateLinkType(EntityLink<DefectCodeTextLink<ObjectT>,DefectCodeText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.