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