Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup.DefectCodeGroup
Packages that use DefectCodeGroup
Package
Description
-
Uses of DefectCodeGroup 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 DefectCodeGroupModifier and TypeFieldDescriptionstatic final DefectCodeOneToOneLink<DefectCodeGroup>DefectCode.TO_DEFECT_CODE_GROUPUse with available fluent helpers to apply the to_DefectCodeGroup navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup that return DefectCodeGroupModifier and TypeMethodDescriptionDefectCodeGroup.DefectCodeGroupBuilder.build()DefectCode.fetchDefectCodeGroup()Fetches the DefectCodeGroup entity (one to one) associated with this entity.DefectCode.getDefectCodeGroupOrFetch()Retrieval of associated DefectCodeGroup entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup that return types with arguments of type DefectCodeGroupModifier and TypeMethodDescriptionio.vavr.control.Option<DefectCodeGroup>DefectCode.getDefectCodeGroupIfPresent()Retrieval of associated DefectCodeGroup entity (one to one).protected Class<DefectCodeGroup>DefectCodeGroupByKeyFluentHelper.getEntityClass()protected Class<DefectCodeGroup>DefectCodeGroupFluentHelper.getEntityClass()DefectCodeGroup.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup with parameters of type DefectCodeGroupModifier and TypeMethodDescriptionDefectCode.DefectCodeBuilder.defectCodeGroup(DefectCodeGroup value) Navigation property to_DefectCodeGroup for DefectCode to single DefectCodeGroup.voidDefectCode.setDefectCodeGroup(DefectCodeGroup value) Overwrites the associated DefectCodeGroup entity for the loaded navigation property to_DefectCodeGroup.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup with parameters of type DefectCodeGroupModifierConstructorDescriptionDefectCode(String defectCodeGroup, String defectCode, String codeIsInactive, Boolean codeGroupIsUsable, DefectCodeGroup toDefectCodeGroup, List<DefectCodeText> toText) -
Uses of DefectCodeGroup 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 DefectCodeGroupModifier and TypeMethodDescriptionDefectCodeGroupOneToOneLink.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 DefectCodeGroupModifier and TypeMethodDescriptionprotected DefectCodeGroupLink<ObjectT>DefectCodeGroupLink.translateLinkType(EntityLink<DefectCodeGroupLink<ObjectT>, DefectCodeGroup, ObjectT> link)