Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup.DefectCodeGroupText
Packages that use DefectCodeGroupText
Package
Description
-
Uses of DefectCodeGroupText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup with type parameters of type DefectCodeGroupTextModifier and TypeFieldDescriptionstatic final DefectCodeGroupLink<DefectCodeGroupText>DefectCodeGroup.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.defectcodeandcodegroup that return DefectCodeGroupTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup that return types with arguments of type DefectCodeGroupTextModifier and TypeMethodDescriptionDefectCodeGroup.fetchText()Fetches the DefectCodeGroupText entities (one to many) associated with this entity.protected Class<DefectCodeGroupText>DefectCodeGroupTextByKeyFluentHelper.getEntityClass()protected Class<DefectCodeGroupText>DefectCodeGroupTextFluentHelper.getEntityClass()io.vavr.control.Option<List<DefectCodeGroupText>>DefectCodeGroup.getTextIfPresent()Retrieval of associated DefectCodeGroupText entities (one to many).DefectCodeGroup.getTextOrFetch()Retrieval of associated DefectCodeGroupText entities (one to many).DefectCodeGroupText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup with parameters of type DefectCodeGroupTextModifier and TypeMethodDescriptionvoidDefectCodeGroup.addText(DefectCodeGroupText... entity) Adds elements to the list of associated DefectCodeGroupText entities.DefectCodeGroup.DefectCodeGroupBuilder.text(DefectCodeGroupText... value) Navigation property to_Text for DefectCodeGroup to multiple DefectCodeGroupText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup with type arguments of type DefectCodeGroupTextModifier and TypeMethodDescriptionvoidDefectCodeGroup.setText(List<DefectCodeGroupText> value) Overwrites the list of associated DefectCodeGroupText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup with type arguments of type DefectCodeGroupTextModifierConstructorDescriptionDefectCodeGroup(String defectCodeGroup, String codeGroupIsInactive, Boolean codeGroupIsUsable, List<DefectCodeGroupText> toText) -
Uses of DefectCodeGroupText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup.link that return types with arguments of type DefectCodeGroupTextModifier and TypeMethodDescriptionDefectCodeGroupTextOneToOneLink.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.defectcodeandcodegroup.link with type arguments of type DefectCodeGroupTextModifier and TypeMethodDescriptionprotected DefectCodeGroupTextLink<ObjectT>DefectCodeGroupTextLink.translateLinkType(EntityLink<DefectCodeGroupTextLink<ObjectT>, DefectCodeGroupText, ObjectT> link)