Class FreightBookingItemDocRef.FreightBookingItemDocRefBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration.FreightBookingItemDocRef.FreightBookingItemDocRefBuilder
- Enclosing class:
- FreightBookingItemDocRef
Helper class to allow for fluent creation of FreightBookingItemDocRef instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()freightBooking(FreightBooking value) Navigation property _FreightBooking for FreightBookingItemDocRef to single FreightBooking.Navigation property _FreightBookingItem for FreightBookingItemDocRef to single FreightBookingItem.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
-
freightBooking
@Nonnull public FreightBookingItemDocRef.FreightBookingItemDocRefBuilder freightBooking(FreightBooking value) Navigation property _FreightBooking for FreightBookingItemDocRef to single FreightBooking.- Parameters:
value- The FreightBooking to build this FreightBookingItemDocRef with.- Returns:
- This Builder to allow for a fluent interface.
-
freightBookingItem
@Nonnull public FreightBookingItemDocRef.FreightBookingItemDocRefBuilder freightBookingItem(FreightBookingItem value) Navigation property _FreightBookingItem for FreightBookingItemDocRef to single FreightBookingItem.- Parameters:
value- The FreightBookingItem to build this FreightBookingItemDocRef with.- Returns:
- This Builder to allow for a fluent interface.
-
transpOrdItemDocReferenceUUID
@Nonnull public FreightBookingItemDocRef.FreightBookingItemDocRefBuilder transpOrdItemDocReferenceUUID(@Nullable UUID transpOrdItemDocReferenceUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspOrdItemDocReferenceUUID
- Returns:
this.
-
transportationOrderItemUUID
@Nonnull public FreightBookingItemDocRef.FreightBookingItemDocRefBuilder transportationOrderItemUUID(@Nullable UUID transportationOrderItemUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderItemUUID
- Returns:
this.
-
transportationOrderUUID
@Nonnull public FreightBookingItemDocRef.FreightBookingItemDocRefBuilder transportationOrderUUID(@Nullable UUID transportationOrderUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderUUID
- Returns:
this.
-
transpOrdItemDocReferenceID
@Nonnull public FreightBookingItemDocRef.FreightBookingItemDocRefBuilder transpOrdItemDocReferenceID(@Nullable String transpOrdItemDocReferenceID) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: TranspOrdItemDocReferenceID
- Returns:
this.
-
transpOrdItemDocReferenceType
@Nonnull public FreightBookingItemDocRef.FreightBookingItemDocRefBuilder transpOrdItemDocReferenceType(@Nullable String transpOrdItemDocReferenceType) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TranspOrdItemDocReferenceType
- Returns:
this.
-
transpOrdItmDocReferenceItemID
@Nonnull public FreightBookingItemDocRef.FreightBookingItemDocRefBuilder transpOrdItmDocReferenceItemID(@Nullable String transpOrdItmDocReferenceItemID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TranspOrdItmDocReferenceItemID
- Returns:
this.
-
transpOrdItmDocRefItemType
@Nonnull public FreightBookingItemDocRef.FreightBookingItemDocRefBuilder transpOrdItmDocRefItemType(@Nullable String transpOrdItmDocRefItemType) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TranspOrdItmDocRefItemType
- Returns:
this.
-
transpOrdItmDocRefDate
@Nonnull public FreightBookingItemDocRef.FreightBookingItemDocRefBuilder transpOrdItmDocRefDate(@Nullable LocalDate transpOrdItmDocRefDate) Constraints: NullableOriginal property name from the Odata EDM: TranspOrdItmDocRefDate
- Returns:
this.
-
transpOrdItemDocRefIssuerName
@Nonnull public FreightBookingItemDocRef.FreightBookingItemDocRefBuilder transpOrdItemDocRefIssuerName(@Nullable String transpOrdItemDocRefIssuerName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: TranspOrdItemDocRefIssuerName
- Returns:
this.
-
build
-
toString
-