Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readdefectcodesandcodegroups |
Modifier and Type | Field and Description |
---|---|
static DefectCodeLink<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 |
---|---|
com.google.common.base.Optional<DefectCodeGroup> |
DefectCode.getDefectCodeGroupOrNull()
Retrieval of associated DefectCodeGroup entity (one to one).
|
Class<DefectCodeGroup> |
DefectCodeGroup.getType() |
Modifier and Type | Method and Description |
---|---|
DefectCode.DefectCodeBuilder |
DefectCode.DefectCodeBuilder.defectCodeGroup(DefectCodeGroup value) |
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,
String codeGroupIsUsable,
ErpConfigContext erpConfigContext,
DefectCodeGroup toDefectCodeGroup,
List<DefectCodeText> toText) |
Copyright © 2018 SAP SE. All rights reserved.