Class FreightBookingItemSeal.FreightBookingItemSealBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration.FreightBookingItemSeal.FreightBookingItemSealBuilder
- Enclosing class:
- FreightBookingItemSeal
Helper class to allow for fluent creation of FreightBookingItemSeal instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()freightBooking(FreightBooking value) Navigation property _FreightBooking for FreightBookingItemSeal to single FreightBooking.Navigation property _FreightBookingItem for FreightBookingItemSeal to single FreightBookingItem.toString()transpOrdItemSealingDateTime(OffsetDateTime transpOrdItemSealingDateTime) Constraints: NullabletranspOrdItemSealNumber(String transpOrdItemSealNumber) Constraints: Not nullable, Maximum length: 15transpOrdItemSealUUID(UUID transpOrdItemSealUUID) (Key Field) Constraints: Not nullabletransportationOrderItemUUID(UUID transportationOrderItemUUID) Constraints: Not nullabletransportationOrderUUID(UUID transportationOrderUUID) Constraints: Not nullable
-
Method Details
-
freightBooking
@Nonnull public FreightBookingItemSeal.FreightBookingItemSealBuilder freightBooking(FreightBooking value) Navigation property _FreightBooking for FreightBookingItemSeal to single FreightBooking.- Parameters:
value- The FreightBooking to build this FreightBookingItemSeal with.- Returns:
- This Builder to allow for a fluent interface.
-
freightBookingItem
@Nonnull public FreightBookingItemSeal.FreightBookingItemSealBuilder freightBookingItem(FreightBookingItem value) Navigation property _FreightBookingItem for FreightBookingItemSeal to single FreightBookingItem.- Parameters:
value- The FreightBookingItem to build this FreightBookingItemSeal with.- Returns:
- This Builder to allow for a fluent interface.
-
transpOrdItemSealUUID
@Nonnull public FreightBookingItemSeal.FreightBookingItemSealBuilder transpOrdItemSealUUID(@Nullable UUID transpOrdItemSealUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspOrdItemSealUUID
- Returns:
this.
-
transportationOrderItemUUID
@Nonnull public FreightBookingItemSeal.FreightBookingItemSealBuilder transportationOrderItemUUID(@Nullable UUID transportationOrderItemUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderItemUUID
- Returns:
this.
-
transportationOrderUUID
@Nonnull public FreightBookingItemSeal.FreightBookingItemSealBuilder transportationOrderUUID(@Nullable UUID transportationOrderUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderUUID
- Returns:
this.
-
transpOrdItemSealNumber
@Nonnull public FreightBookingItemSeal.FreightBookingItemSealBuilder transpOrdItemSealNumber(@Nullable String transpOrdItemSealNumber) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: TranspOrdItemSealNumber
- Returns:
this.
-
transpOrdItemSealingDateTime
@Nonnull public FreightBookingItemSeal.FreightBookingItemSealBuilder transpOrdItemSealingDateTime(@Nullable OffsetDateTime transpOrdItemSealingDateTime) Constraints: NullableOriginal property name from the Odata EDM: TranspOrdItemSealingDateTime
- Returns:
this.
-
build
-
toString
-