Class FreightUnitItemDocRef.FreightUnitItemDocRefBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration.FreightUnitItemDocRef.FreightUnitItemDocRefBuilder
- Enclosing class:
- FreightUnitItemDocRef
Helper class to allow for fluent creation of FreightUnitItemDocRef instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()freightUnit(FreightUnit value) Navigation property _FreightUnit for FreightUnitItemDocRef to single FreightUnit.freightUnitItem(FreightUnitItem value) Navigation property _FreightUnitItem for FreightUnitItemDocRef to single FreightUnitItem.toString()transpOrdItemDocReferenceID(String transpOrdItemDocReferenceID) Constraints: Not nullable, Maximum length: 35transpOrdItemDocReferenceType(String transpOrdItemDocReferenceType) Constraints: Not nullable, Maximum length: 5transpOrdItemDocReferenceUUID(UUID transpOrdItemDocReferenceUUID) (Key Field) Constraints: Not nullabletranspOrdItemDocRefIssuerName(String transpOrdItemDocRefIssuerName) Constraints: Not nullable, Maximum length: 40transpOrdItmDocRefDate(LocalDate transpOrdItmDocRefDate) Constraints: NullabletranspOrdItmDocReferenceItemID(String transpOrdItmDocReferenceItemID) Constraints: Not nullable, Maximum length: 10transpOrdItmDocRefItemType(String transpOrdItmDocRefItemType) Constraints: Not nullable, Maximum length: 5transportationOrderItemUUID(UUID transportationOrderItemUUID) Constraints: Not nullabletransportationOrderUUID(UUID transportationOrderUUID) Constraints: Not nullable
-
Method Details
-
freightUnit
Navigation property _FreightUnit for FreightUnitItemDocRef to single FreightUnit.- Parameters:
value- The FreightUnit to build this FreightUnitItemDocRef with.- Returns:
- This Builder to allow for a fluent interface.
-
freightUnitItem
@Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder freightUnitItem(FreightUnitItem value) Navigation property _FreightUnitItem for FreightUnitItemDocRef to single FreightUnitItem.- Parameters:
value- The FreightUnitItem to build this FreightUnitItemDocRef with.- Returns:
- This Builder to allow for a fluent interface.
-
transpOrdItemDocReferenceUUID
@Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder transpOrdItemDocReferenceUUID(@Nullable UUID transpOrdItemDocReferenceUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspOrdItemDocReferenceUUID
- Returns:
this.
-
transportationOrderItemUUID
@Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder transportationOrderItemUUID(@Nullable UUID transportationOrderItemUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderItemUUID
- Returns:
this.
-
transportationOrderUUID
@Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder transportationOrderUUID(@Nullable UUID transportationOrderUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderUUID
- Returns:
this.
-
transpOrdItemDocReferenceID
@Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder transpOrdItemDocReferenceID(@Nullable String transpOrdItemDocReferenceID) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: TranspOrdItemDocReferenceID
- Returns:
this.
-
transpOrdItemDocReferenceType
@Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder transpOrdItemDocReferenceType(@Nullable String transpOrdItemDocReferenceType) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TranspOrdItemDocReferenceType
- Returns:
this.
-
transpOrdItmDocReferenceItemID
@Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder transpOrdItmDocReferenceItemID(@Nullable String transpOrdItmDocReferenceItemID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TranspOrdItmDocReferenceItemID
- Returns:
this.
-
transpOrdItmDocRefItemType
@Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder transpOrdItmDocRefItemType(@Nullable String transpOrdItmDocRefItemType) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TranspOrdItmDocRefItemType
- Returns:
this.
-
transpOrdItmDocRefDate
@Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder transpOrdItmDocRefDate(@Nullable LocalDate transpOrdItmDocRefDate) Constraints: NullableOriginal property name from the Odata EDM: TranspOrdItmDocRefDate
- Returns:
this.
-
transpOrdItemDocRefIssuerName
@Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder transpOrdItemDocRefIssuerName(@Nullable String transpOrdItemDocRefIssuerName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: TranspOrdItemDocRefIssuerName
- Returns:
this.
-
build
-
toString
-