Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory.DefectCategoryText
Packages that use DefectCategoryText
Package
Description
-
Uses of DefectCategoryText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory with type parameters of type DefectCategoryTextModifier and TypeFieldDescriptionstatic final DefectCategoryLink<DefectCategoryText>DefectCategory.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory that return DefectCategoryTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory that return types with arguments of type DefectCategoryTextModifier and TypeMethodDescriptionDefectCategory.fetchText()Fetches the DefectCategoryText entities (one to many) associated with this entity.protected Class<DefectCategoryText>DefectCategoryTextByKeyFluentHelper.getEntityClass()protected Class<DefectCategoryText>DefectCategoryTextFluentHelper.getEntityClass()io.vavr.control.Option<List<DefectCategoryText>>DefectCategory.getTextIfPresent()Retrieval of associated DefectCategoryText entities (one to many).DefectCategory.getTextOrFetch()Retrieval of associated DefectCategoryText entities (one to many).DefectCategoryText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory with parameters of type DefectCategoryTextModifier and TypeMethodDescriptionvoidDefectCategory.addText(DefectCategoryText... entity) Adds elements to the list of associated DefectCategoryText entities.DefectCategory.DefectCategoryBuilder.text(DefectCategoryText... value) Navigation property to_Text for DefectCategory to multiple DefectCategoryText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory with type arguments of type DefectCategoryTextModifier and TypeMethodDescriptionvoidDefectCategory.setText(List<DefectCategoryText> value) Overwrites the list of associated DefectCategoryText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory with type arguments of type DefectCategoryTextModifierConstructorDescriptionDefectCategory(String defectCategory, List<DefectCategoryText> toText) -
Uses of DefectCategoryText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory.link that return types with arguments of type DefectCategoryTextModifier and TypeMethodDescriptionDefectCategoryTextOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory.link with type arguments of type DefectCategoryTextModifier and TypeMethodDescriptionprotected DefectCategoryTextLink<ObjectT>DefectCategoryTextLink.translateLinkType(EntityLink<DefectCategoryTextLink<ObjectT>, DefectCategoryText, ObjectT> link)