Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass |
Modifier and Type | Field and Description |
---|---|
static DefectClassLink<DefectClassText> |
DefectClass.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DefectClassText |
DefectClassText.DefectClassTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<DefectClassText> |
DefectClass.fetchText()
Fetches the DefectClassText entities (one to many) associated with this entity.
|
protected Class<DefectClassText> |
DefectClassTextByKeyFluentHelper.getEntityClass() |
protected Class<DefectClassText> |
DefectClassTextFluentHelper.getEntityClass() |
Optional<List<DefectClassText>> |
DefectClass.getTextIfPresent()
Retrieval of associated DefectClassText entities (one to many).
|
List<DefectClassText> |
DefectClass.getTextOrFetch()
Retrieval of associated DefectClassText entities (one to many).
|
Class<DefectClassText> |
DefectClassText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DefectClass.addText(DefectClassText... entity)
Adds elements to the list of associated DefectClassText entities.
|
DefectClass.DefectClassBuilder |
DefectClass.DefectClassBuilder.text(DefectClassText... value) |
Modifier and Type | Method and Description |
---|---|
void |
DefectClass.setText(List<DefectClassText> value)
Overwrites the list of associated DefectClassText entities for the loaded navigation property to_Text.
|
protected DefectClassTextLink<ObjectT> |
DefectClassTextLink.translateLinkType(EntityLink<DefectClassTextLink<ObjectT>,DefectClassText,ObjectT> link) |
Constructor and Description |
---|
DefectClass(String defectClass,
BigDecimal inspectionLotQualityScore,
ErpConfigContext erpConfigContext,
List<DefectClassText> toText) |
Copyright © 2018 SAP SE. All rights reserved.