Class HandlingUnitReferenceDoc.HandlingUnitReferenceDocBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit.HandlingUnitReferenceDoc.HandlingUnitReferenceDocBuilder
- Enclosing class:
- HandlingUnitReferenceDoc
Helper class to allow for fluent creation of HandlingUnitReferenceDoc instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()handlingUnit(HandlingUnit value) Navigation property _HandlingUnit for HandlingUnitReferenceDoc to single HandlingUnit.handlingUnitExternalID(String handlingUnitExternalID) (Key Field) Constraints: Not nullable, Maximum length: 20handlingUnitReferenceDocument(String handlingUnitReferenceDocument) (Key Field) Constraints: Not nullable, Maximum length: 20toString()(Key Field) Constraints: Not nullable, Maximum length: 4
-
Method Details
-
handlingUnit
@Nonnull public HandlingUnitReferenceDoc.HandlingUnitReferenceDocBuilder handlingUnit(HandlingUnit value) Navigation property _HandlingUnit for HandlingUnitReferenceDoc to single HandlingUnit.- Parameters:
value- The HandlingUnit to build this HandlingUnitReferenceDoc with.- Returns:
- This Builder to allow for a fluent interface.
-
warehouse
@Nonnull public HandlingUnitReferenceDoc.HandlingUnitReferenceDocBuilder warehouse(@Nullable String warehouse) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Warehouse
- Returns:
this.
-
handlingUnitExternalID
@Nonnull public HandlingUnitReferenceDoc.HandlingUnitReferenceDocBuilder handlingUnitExternalID(@Nullable String handlingUnitExternalID) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: HandlingUnitExternalID
- Returns:
this.
-
handlingUnitReferenceDocument
@Nonnull public HandlingUnitReferenceDoc.HandlingUnitReferenceDocBuilder handlingUnitReferenceDocument(@Nullable String handlingUnitReferenceDocument) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: HandlingUnitReferenceDocument
- Returns:
this.
-
build
-
toString
-