Modifier and Type | Field and Description |
---|---|
static DefectCodeOneToOneLink<DefectCodeGroup> |
DefectCode.TO_DEFECT_CODE_GROUP
Use with available fluent helpers to apply the to_DefectCodeGroup navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DefectCodeGroup |
DefectCodeGroup.DefectCodeGroupBuilder.build() |
DefectCodeGroup |
DefectCode.fetchDefectCodeGroup()
Fetches the DefectCodeGroup entity (one to one) associated with this entity.
|
DefectCodeGroup |
DefectCode.getDefectCodeGroupOrFetch()
Retrieval of associated DefectCodeGroup entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<DefectCodeGroup> |
DefectCode.getDefectCodeGroupIfPresent()
Retrieval of associated DefectCodeGroup entity (one to one).
|
protected Class<DefectCodeGroup> |
DefectCodeGroupFluentHelper.getEntityClass() |
protected Class<DefectCodeGroup> |
DefectCodeGroupByKeyFluentHelper.getEntityClass() |
Class<DefectCodeGroup> |
DefectCodeGroup.getType() |
Modifier and Type | Method and Description |
---|---|
DefectCode.DefectCodeBuilder |
DefectCode.DefectCodeBuilder.defectCodeGroup(DefectCodeGroup value)
Navigation property to_DefectCodeGroup for DefectCode to single DefectCodeGroup.
|
void |
DefectCode.setDefectCodeGroup(DefectCodeGroup value)
Overwrites the associated DefectCodeGroup entity for the loaded navigation property
to_DefectCodeGroup.
|
Constructor and Description |
---|
DefectCode(String defectCodeGroup,
String defectCode,
String codeIsInactive,
Boolean codeGroupIsUsable,
DefectCodeGroup toDefectCodeGroup,
List<DefectCodeText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<DefectCodeGroup> |
DefectCodeGroupOneToOneLink.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 DefectCodeGroupLink<ObjectT> |
DefectCodeGroupLink.translateLinkType(EntityLink<DefectCodeGroupLink<ObjectT>,DefectCodeGroup,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.