Class WhsePhysStockProdSerialNmbr.WhsePhysStockProdSerialNmbrBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.warehousephysicalstockbyproduct.WhsePhysStockProdSerialNmbr.WhsePhysStockProdSerialNmbrBuilder
- Enclosing class:
- WhsePhysStockProdSerialNmbr
public static final class WhsePhysStockProdSerialNmbr.WhsePhysStockProdSerialNmbrBuilder
extends Object
Helper class to allow for fluent creation of WhsePhysStockProdSerialNmbr instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()eWMSerialNumber(String eWMSerialNumber) (Key Field) Constraints: Not nullable, Maximum length: 30eWMWarehouse(String eWMWarehouse) Constraints: Not nullable, Maximum length: 4parentHandlingUnitUUID(UUID parentHandlingUnitUUID) (Key Field) Constraints: Not nullableNavigation property _PhysStock for WhsePhysStockProdSerialNmbr to single WhsePhysicalStockProducts.stockItemUUID(UUID stockItemUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
physStock
@Nonnull public WhsePhysStockProdSerialNmbr.WhsePhysStockProdSerialNmbrBuilder physStock(WhsePhysicalStockProducts value) Navigation property _PhysStock for WhsePhysStockProdSerialNmbr to single WhsePhysicalStockProducts.- Parameters:
value- The WhsePhysicalStockProducts to build this WhsePhysStockProdSerialNmbr with.- Returns:
- This Builder to allow for a fluent interface.
-
parentHandlingUnitUUID
@Nonnull public WhsePhysStockProdSerialNmbr.WhsePhysStockProdSerialNmbrBuilder parentHandlingUnitUUID(@Nullable UUID parentHandlingUnitUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ParentHandlingUnitUUID
- Returns:
this.
-
stockItemUUID
@Nonnull public WhsePhysStockProdSerialNmbr.WhsePhysStockProdSerialNmbrBuilder stockItemUUID(@Nullable UUID stockItemUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: StockItemUUID
- Returns:
this.
-
eWMSerialNumber
@Nonnull public WhsePhysStockProdSerialNmbr.WhsePhysStockProdSerialNmbrBuilder eWMSerialNumber(@Nullable String eWMSerialNumber) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: EWMSerialNumber
- Returns:
this.
-
eWMWarehouse
@Nonnull public WhsePhysStockProdSerialNmbr.WhsePhysStockProdSerialNmbrBuilder eWMWarehouse(@Nullable String eWMWarehouse) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: EWMWarehouse
- Returns:
this.
-
build
-
toString
-