Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory |
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.
|
protected DefectCategoryTextLink<ObjectT> |
DefectCategoryTextLink.translateLinkType(EntityLink<DefectCategoryTextLink<ObjectT>,DefectCategoryText,ObjectT> link) |
Constructor and Description |
---|
DefectCategory(String defectCategory,
ErpConfigContext erpConfigContext,
List<DefectCategoryText> toText) |
Copyright © 2018 SAP SE. All rights reserved.