Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass.DefectClassText
Packages that use DefectClassText
Package
Description
-
Uses of DefectClassText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass with type parameters of type DefectClassTextModifier and TypeFieldDescriptionstatic final DefectClassLink<DefectClassText>DefectClass.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.defectclass that return DefectClassTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass that return types with arguments of type DefectClassTextModifier and TypeMethodDescriptionDefectClass.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).DefectClass.getTextOrFetch()Retrieval of associated DefectClassText entities (one to many).DefectClassText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass with parameters of type DefectClassTextModifier and TypeMethodDescriptionvoidDefectClass.addText(DefectClassText... entity) Adds elements to the list of associated DefectClassText entities.DefectClass.DefectClassBuilder.text(DefectClassText... value) Navigation property to_Text for DefectClass to multiple DefectClassText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass with type arguments of type DefectClassTextModifier and TypeMethodDescriptionvoidDefectClass.setText(List<DefectClassText> value) Overwrites the list of associated DefectClassText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass with type arguments of type DefectClassTextModifierConstructorDescriptionDefectClass(String defectClass, BigDecimal inspectionLotQualityScore, List<DefectClassText> toText) -
Uses of DefectClassText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass.link that return types with arguments of type DefectClassTextModifier and TypeMethodDescriptionDefectClassTextOneToOneLink.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.defectclass.link with type arguments of type DefectClassTextModifier and TypeMethodDescriptionprotected DefectClassTextLink<ObjectT>DefectClassTextLink.translateLinkType(EntityLink<DefectClassTextLink<ObjectT>, DefectClassText, ObjectT> link)