Class FreightAgreementParty.FreightAgreementPartyBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement.FreightAgreementParty.FreightAgreementPartyBuilder
- Enclosing class:
- FreightAgreementParty
Helper class to allow for fluent creation of FreightAgreementParty instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessPartner(String businessPartner) Constraints: Not nullable, Maximum length: 10freightAgreement(FreightAgreement value) Navigation property _FreightAgreement for FreightAgreementParty to single FreightAgreement.toString()transpAgrmtBusinessPartnerUUID(UUID transpAgrmtBusinessPartnerUUID) (Key Field) Constraints: Not nullabletransportationAgreementUUID(UUID transportationAgreementUUID) Constraints: Not nullable
-
Method Details
-
freightAgreement
@Nonnull public FreightAgreementParty.FreightAgreementPartyBuilder freightAgreement(FreightAgreement value) Navigation property _FreightAgreement for FreightAgreementParty to single FreightAgreement.- Parameters:
value- The FreightAgreement to build this FreightAgreementParty with.- Returns:
- This Builder to allow for a fluent interface.
-
transpAgrmtBusinessPartnerUUID
@Nonnull public FreightAgreementParty.FreightAgreementPartyBuilder transpAgrmtBusinessPartnerUUID(@Nullable UUID transpAgrmtBusinessPartnerUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspAgrmtBusinessPartnerUUID
- Returns:
this.
-
transportationAgreementUUID
@Nonnull public FreightAgreementParty.FreightAgreementPartyBuilder transportationAgreementUUID(@Nullable UUID transportationAgreementUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationAgreementUUID
- Returns:
this.
-
businessPartner
@Nonnull public FreightAgreementParty.FreightAgreementPartyBuilder businessPartner(@Nullable String businessPartner) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
build
-
toString
-