Class MaterialStock.MaterialStockBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.materialstockdisplay.MaterialStock.MaterialStockBuilder
- Enclosing class:
- MaterialStock
Helper class to allow for fluent creation of MaterialStock instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 40materialBaseUnit(String materialBaseUnit) Constraints: Not nullable, Maximum length: 3matlStkInAcctMod(MatlStkInAcctMod... value) Navigation property to_MatlStkInAcctMod for MaterialStock to multiple MatlStkInAcctMod.toString()
-
Method Details
-
matlStkInAcctMod
Navigation property to_MatlStkInAcctMod for MaterialStock to multiple MatlStkInAcctMod.- Parameters:
value- The MatlStkInAcctMods to build this MaterialStock with.- Returns:
- This Builder to allow for a fluent interface.
-
material
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Returns:
this.
-
materialBaseUnit
@Nonnull public MaterialStock.MaterialStockBuilder materialBaseUnit(@Nullable String materialBaseUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: MaterialBaseUnit
- Returns:
this.
-
build
-
toString
-