Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readdefectcodesandcodegroups |
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.
|
List<DefectCodeGroupText> |
DefectCodeGroup.getTextOrFetch()
Retrieval of associated DefectCodeGroupText entities (one to many).
|
com.google.common.base.Optional<List<DefectCodeGroupText>> |
DefectCodeGroup.getTextOrNull()
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,
String codeGroupIsUsable,
ErpConfigContext erpConfigContext,
List<DefectCodeGroupText> toText) |
Copyright © 2018 SAP SE. All rights reserved.