Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod.InspectionMethod
Packages that use InspectionMethod
Package
Description
-
Uses of InspectionMethod in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod with type parameters of type InspectionMethodModifier and TypeFieldDescriptionstatic final InspectionMethodTextOneToOneLink<InspectionMethod>InspectionMethodText.TO_INSPECTION_METHODUse with available fluent helpers to apply the to_InspectionMethod navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod that return InspectionMethodModifier and TypeMethodDescriptionInspectionMethod.InspectionMethodBuilder.build()InspectionMethodText.fetchInspectionMethod()Fetches the InspectionMethod entity (one to one) associated with this entity.InspectionMethodText.getInspectionMethodOrFetch()Retrieval of associated InspectionMethod entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod that return types with arguments of type InspectionMethodModifier and TypeMethodDescriptionprotected Class<InspectionMethod>InspectionMethodByKeyFluentHelper.getEntityClass()protected Class<InspectionMethod>InspectionMethodFluentHelper.getEntityClass()io.vavr.control.Option<InspectionMethod>InspectionMethodText.getInspectionMethodIfPresent()Retrieval of associated InspectionMethod entity (one to one).InspectionMethod.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod with parameters of type InspectionMethodModifier and TypeMethodDescriptionInspectionMethodText.InspectionMethodTextBuilder.inspectionMethod(InspectionMethod value) Navigation property to_InspectionMethod for InspectionMethodText to single InspectionMethod.voidInspectionMethodText.setInspectionMethod(InspectionMethod value) Overwrites the associated InspectionMethod entity for the loaded navigation property to_InspectionMethod.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod with parameters of type InspectionMethodModifierConstructorDescriptionInspectionMethodText(String inspectionMethodPlant, String inspectionMethod, String inspectionMethodVersion, String language, String inspectionMethodText, Boolean inspMethodHasLongText, InspectionMethod toInspectionMethod) -
Uses of InspectionMethod in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod.link that return types with arguments of type InspectionMethodModifier and TypeMethodDescriptionInspectionMethodOneToOneLink.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.inspectionmethod.link with type arguments of type InspectionMethodModifier and TypeMethodDescriptionprotected InspectionMethodLink<ObjectT>InspectionMethodLink.translateLinkType(EntityLink<InspectionMethodLink<ObjectT>, InspectionMethod, ObjectT> link)