Class FreightBookingBusinessPartner.FreightBookingBusinessPartnerBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration.FreightBookingBusinessPartner.FreightBookingBusinessPartnerBuilder
- Enclosing class:
- FreightBookingBusinessPartner
public static final class FreightBookingBusinessPartner.FreightBookingBusinessPartnerBuilder
extends Object
Helper class to allow for fluent creation of FreightBookingBusinessPartner instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessPartner(String businessPartner) Constraints: Not nullable, Maximum length: 10businessPartnerUUID(UUID businessPartnerUUID) Constraints: NullablefreightBooking(FreightBooking value) Navigation property _FreightBooking for FreightBookingBusinessPartner to single FreightBooking.toString()transpOrdBizPartnerAddressID(String transpOrdBizPartnerAddressID) Constraints: Not nullable, Maximum length: 40transpOrdBizPartnerFunction(String transpOrdBizPartnerFunction) Constraints: Not nullable, Maximum length: 2transportationOrderBusPartUUID(UUID transportationOrderBusPartUUID) (Key Field) Constraints: Not nullabletransportationOrderUUID(UUID transportationOrderUUID) Constraints: Not nullable
-
Method Details
-
freightBooking
@Nonnull public FreightBookingBusinessPartner.FreightBookingBusinessPartnerBuilder freightBooking(FreightBooking value) Navigation property _FreightBooking for FreightBookingBusinessPartner to single FreightBooking.- Parameters:
value- The FreightBooking to build this FreightBookingBusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
transportationOrderBusPartUUID
@Nonnull public FreightBookingBusinessPartner.FreightBookingBusinessPartnerBuilder transportationOrderBusPartUUID(@Nullable UUID transportationOrderBusPartUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderBusPartUUID
- Returns:
this.
-
transportationOrderUUID
@Nonnull public FreightBookingBusinessPartner.FreightBookingBusinessPartnerBuilder transportationOrderUUID(@Nullable UUID transportationOrderUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderUUID
- Returns:
this.
-
businessPartnerUUID
@Nonnull public FreightBookingBusinessPartner.FreightBookingBusinessPartnerBuilder businessPartnerUUID(@Nullable UUID businessPartnerUUID) Constraints: NullableOriginal property name from the Odata EDM: BusinessPartnerUUID
- Returns:
this.
-
businessPartner
@Nonnull public FreightBookingBusinessPartner.FreightBookingBusinessPartnerBuilder businessPartner(@Nullable String businessPartner) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
transpOrdBizPartnerFunction
@Nonnull public FreightBookingBusinessPartner.FreightBookingBusinessPartnerBuilder transpOrdBizPartnerFunction(@Nullable String transpOrdBizPartnerFunction) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: TranspOrdBizPartnerFunction
- Returns:
this.
-
transpOrdBizPartnerAddressID
@Nonnull public FreightBookingBusinessPartner.FreightBookingBusinessPartnerBuilder transpOrdBizPartnerAddressID(@Nullable String transpOrdBizPartnerAddressID) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: TranspOrdBizPartnerAddressID
- Returns:
this.
-
build
-
toString
-