Class WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.warehousephysicalinventory.WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder
- Enclosing class:
- WhsePhysicalInventorySrlNmbr
public static final class WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder
extends Object
Helper class to allow for fluent creation of WhsePhysicalInventorySrlNmbr instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()eWMPhysInvtrySrlNmbrSqnc(Integer eWMPhysInvtrySrlNmbrSqnc) (Key Field) Constraints: Not nullableeWMSerialNumber(String eWMSerialNumber) Constraints: Not nullable, Maximum length: 30eWMWarehouse(String eWMWarehouse) (Key Field) Constraints: Not nullable, Maximum length: 4lineIndexOfPInvItem(Integer lineIndexOfPInvItem) (Key Field) Constraints: Not nullablephysicalInventoryDocNumber(String physicalInventoryDocNumber) (Key Field) Constraints: Not nullable, Maximum length: 20physicalInventoryDocYear(String physicalInventoryDocYear) (Key Field) Constraints: Not nullable, Maximum length: 4physicalInventoryItemNumber(String physicalInventoryItemNumber) (Key Field) Constraints: Not nullable, Maximum length: 6pInvQuantitySequence(Integer pInvQuantitySequence) (Key Field) Constraints: Not nullabletoString()Navigation property _WhsePhysicalInventoryCntItem for WhsePhysicalInventorySrlNmbr to single WhsePhysicalInventoryCountItem.Navigation property _WhsePhysicalInventoryItem for WhsePhysicalInventorySrlNmbr to single WhsePhysicalInventoryItem.
-
Method Details
-
whsePhysicalInventoryCntItem
@Nonnull public WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder whsePhysicalInventoryCntItem(WhsePhysicalInventoryCountItem value) Navigation property _WhsePhysicalInventoryCntItem for WhsePhysicalInventorySrlNmbr to single WhsePhysicalInventoryCountItem.- Parameters:
value- The WhsePhysicalInventoryCountItem to build this WhsePhysicalInventorySrlNmbr with.- Returns:
- This Builder to allow for a fluent interface.
-
whsePhysicalInventoryItem
@Nonnull public WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder whsePhysicalInventoryItem(WhsePhysicalInventoryItem value) Navigation property _WhsePhysicalInventoryItem for WhsePhysicalInventorySrlNmbr to single WhsePhysicalInventoryItem.- Parameters:
value- The WhsePhysicalInventoryItem to build this WhsePhysicalInventorySrlNmbr with.- Returns:
- This Builder to allow for a fluent interface.
-
eWMWarehouse
@Nonnull public WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder eWMWarehouse(@Nullable String eWMWarehouse) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: EWMWarehouse
- Returns:
this.
-
physicalInventoryDocNumber
@Nonnull public WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder physicalInventoryDocNumber(@Nullable String physicalInventoryDocNumber) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: PhysicalInventoryDocNumber
- Returns:
this.
-
physicalInventoryDocYear
@Nonnull public WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder physicalInventoryDocYear(@Nullable String physicalInventoryDocYear) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: PhysicalInventoryDocYear
- Returns:
this.
-
physicalInventoryItemNumber
@Nonnull public WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder physicalInventoryItemNumber(@Nullable String physicalInventoryItemNumber) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PhysicalInventoryItemNumber
- Returns:
this.
-
lineIndexOfPInvItem
@Nonnull public WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder lineIndexOfPInvItem(@Nullable Integer lineIndexOfPInvItem) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LineIndexOfPInvItem
- Returns:
this.
-
pInvQuantitySequence
@Nonnull public WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder pInvQuantitySequence(@Nullable Integer pInvQuantitySequence) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PInvQuantitySequence
- Returns:
this.
-
eWMPhysInvtrySrlNmbrSqnc
@Nonnull public WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder eWMPhysInvtrySrlNmbrSqnc(@Nullable Integer eWMPhysInvtrySrlNmbrSqnc) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: EWMPhysInvtrySrlNmbrSqnc
- Returns:
this.
-
eWMSerialNumber
@Nonnull public WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder eWMSerialNumber(@Nullable String eWMSerialNumber) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: EWMSerialNumber
- Returns:
this.
-
_Messages
@Nonnull public WhsePhysicalInventorySrlNmbr.WhsePhysicalInventorySrlNmbrBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-