Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.materialstockdisplay.MaterialStock
Packages that use MaterialStock
Package
Description
-
Uses of MaterialStock in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.materialstockdisplay
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.materialstockdisplay with type parameters of type MaterialStockModifier and TypeFieldDescriptionstatic final MatlStkInAcctModOneToOneLink<MaterialStock>MatlStkInAcctMod.TO_MATERIAL_STOCKUse with available fluent helpers to apply the to_MaterialStock navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.materialstockdisplay that return MaterialStockModifier and TypeMethodDescriptionMaterialStock.MaterialStockBuilder.build()MatlStkInAcctMod.fetchMaterialStock()Fetches the MaterialStock entity (one to one) associated with this entity.MatlStkInAcctMod.getMaterialStockOrFetch()Retrieval of associated MaterialStock entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.materialstockdisplay that return types with arguments of type MaterialStockModifier and TypeMethodDescriptionprotected Class<MaterialStock>MaterialStockByKeyFluentHelper.getEntityClass()protected Class<MaterialStock>MaterialStockFluentHelper.getEntityClass()io.vavr.control.Option<MaterialStock>MatlStkInAcctMod.getMaterialStockIfPresent()Retrieval of associated MaterialStock entity (one to one).MaterialStock.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.materialstockdisplay with parameters of type MaterialStockModifier and TypeMethodDescriptionMatlStkInAcctMod.MatlStkInAcctModBuilder.materialStock(MaterialStock value) Navigation property to_MaterialStock for MatlStkInAcctMod to single MaterialStock.voidMatlStkInAcctMod.setMaterialStock(MaterialStock value) Overwrites the associated MaterialStock entity for the loaded navigation property to_MaterialStock.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.materialstockdisplay with parameters of type MaterialStockModifierConstructorDescriptionMatlStkInAcctMod(String material, String plant, String storageLocation, String batch, String supplier, String customer, String wBSElementInternalID, String sDDocument, String sDDocumentItem, String inventorySpecialStockType, String inventoryStockType, String materialBaseUnit, BigDecimal matlWrhsStkQtyInMatlBaseUnit, MaterialStock toMaterialStock) -
Uses of MaterialStock in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.materialstockdisplay.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.materialstockdisplay.link that return types with arguments of type MaterialStockModifier and TypeMethodDescriptionMaterialStockOneToOneLink.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.materialstockdisplay.link with type arguments of type MaterialStockModifier and TypeMethodDescriptionprotected MaterialStockLink<ObjectT>MaterialStockLink.translateLinkType(EntityLink<MaterialStockLink<ObjectT>, MaterialStock, ObjectT> link)