Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory.link |
Modifier and Type | Field and Description |
---|---|
static DefectCategoryLink<DefectCategoryText> |
DefectCategory.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DefectCategoryText |
DefectCategoryText.DefectCategoryTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<DefectCategoryText> |
DefectCategory.fetchText()
Fetches the DefectCategoryText entities (one to many) associated with this entity.
|
protected Class<DefectCategoryText> |
DefectCategoryTextByKeyFluentHelper.getEntityClass() |
protected Class<DefectCategoryText> |
DefectCategoryTextFluentHelper.getEntityClass() |
Optional<List<DefectCategoryText>> |
DefectCategory.getTextIfPresent()
Retrieval of associated DefectCategoryText entities (one to many).
|
List<DefectCategoryText> |
DefectCategory.getTextOrFetch()
Retrieval of associated DefectCategoryText entities (one to many).
|
Class<DefectCategoryText> |
DefectCategoryText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DefectCategory.addText(DefectCategoryText... entity)
Adds elements to the list of associated DefectCategoryText entities.
|
DefectCategory.DefectCategoryBuilder |
DefectCategory.DefectCategoryBuilder.text(DefectCategoryText... value) |
Modifier and Type | Method and Description |
---|---|
void |
DefectCategory.setText(List<DefectCategoryText> value)
Overwrites the list of associated DefectCategoryText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
DefectCategory(String defectCategory,
ErpConfigContext erpConfigContext,
List<DefectCategoryText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<DefectCategoryText> |
DefectCategoryTextOneToOneLink.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 DefectCategoryTextLink<ObjectT> |
DefectCategoryTextLink.translateLinkType(EntityLink<DefectCategoryTextLink<ObjectT>,DefectCategoryText,ObjectT> link) |
Copyright © 2018 SAP SE. All rights reserved.