Modifier and Type | Field and Description |
---|---|
static DefectCodeGroupLink<DefectCodeGroupText> |
DefectCodeGroup.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DefectCodeGroupText |
DefectCodeGroupText.DefectCodeGroupTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<DefectCodeGroupText> |
DefectCodeGroup.fetchText()
Fetches the DefectCodeGroupText entities (one to many) associated with this entity.
|
protected Class<DefectCodeGroupText> |
DefectCodeGroupTextFluentHelper.getEntityClass() |
protected Class<DefectCodeGroupText> |
DefectCodeGroupTextByKeyFluentHelper.getEntityClass() |
Optional<List<DefectCodeGroupText>> |
DefectCodeGroup.getTextIfPresent()
Retrieval of associated DefectCodeGroupText entities (one to many).
|
List<DefectCodeGroupText> |
DefectCodeGroup.getTextOrFetch()
Retrieval of associated DefectCodeGroupText entities (one to many).
|
Class<DefectCodeGroupText> |
DefectCodeGroupText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DefectCodeGroup.addText(DefectCodeGroupText... entity)
Adds elements to the list of associated DefectCodeGroupText entities.
|
DefectCodeGroup.DefectCodeGroupBuilder |
DefectCodeGroup.DefectCodeGroupBuilder.text(DefectCodeGroupText... value) |
Modifier and Type | Method and Description |
---|---|
void |
DefectCodeGroup.setText(List<DefectCodeGroupText> value)
Overwrites the list of associated DefectCodeGroupText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
DefectCodeGroup(String defectCodeGroup,
String codeGroupIsInactive,
Boolean codeGroupIsUsable,
List<DefectCodeGroupText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<DefectCodeGroupText> |
DefectCodeGroupTextOneToOneLink.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 DefectCodeGroupTextLink<ObjectT> |
DefectCodeGroupTextLink.translateLinkType(EntityLink<DefectCodeGroupTextLink<ObjectT>,DefectCodeGroupText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.