Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass.link |
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() |
io.vavr.control.Option<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)
Navigation property to_Text for DefectClass to multiple DefectClassText.
|
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.
|
Constructor and Description |
---|
DefectClass(String defectClass,
BigDecimal inspectionLotQualityScore,
List<DefectClassText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<DefectClassText> |
DefectClassTextOneToOneLink.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 DefectClassTextLink<ObjectT> |
DefectClassTextLink.translateLinkType(EntityLink<DefectClassTextLink<ObjectT>,DefectClassText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.