Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass.DefectClass
Packages that use DefectClass
Package
Description
-
Uses of DefectClass 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 DefectClassModifier and TypeFieldDescriptionstatic final DefectClassTextOneToOneLink<DefectClass>DefectClassText.TO_DEFECT_CLASSUse with available fluent helpers to apply the to_DefectClass navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass that return DefectClassModifier and TypeMethodDescriptionDefectClass.DefectClassBuilder.build()DefectClassText.fetchDefectClass()Fetches the DefectClass entity (one to one) associated with this entity.DefectClassText.getDefectClassOrFetch()Retrieval of associated DefectClass entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass that return types with arguments of type DefectClassModifier and TypeMethodDescriptionio.vavr.control.Option<DefectClass>DefectClassText.getDefectClassIfPresent()Retrieval of associated DefectClass entity (one to one).protected Class<DefectClass>DefectClassByKeyFluentHelper.getEntityClass()protected Class<DefectClass>DefectClassFluentHelper.getEntityClass()DefectClass.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass with parameters of type DefectClassModifier and TypeMethodDescriptionDefectClassText.DefectClassTextBuilder.defectClass(DefectClass value) Navigation property to_DefectClass for DefectClassText to single DefectClass.voidDefectClassText.setDefectClass(DefectClass value) Overwrites the associated DefectClass entity for the loaded navigation property to_DefectClass.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass with parameters of type DefectClassModifierConstructorDescriptionDefectClassText(String defectClass, String language, String defectClassText, DefectClass toDefectClass) -
Uses of DefectClass 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 DefectClassModifier and TypeMethodDescriptionDefectClassOneToOneLink.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 DefectClassModifier and TypeMethodDescriptionprotected DefectClassLink<ObjectT>DefectClassLink.translateLinkType(EntityLink<DefectClassLink<ObjectT>, DefectClass, ObjectT> link)