Class SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplierquotationforsourcingproject.SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder
- Enclosing class:
- SrcgProjQtnAllowedIncoterms
public static final class SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder
extends Object
Helper class to allow for fluent creation of SrcgProjQtnAllowedIncoterms instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) Constraints: Not nullable, Maximum length: 4incotermsClassification(String incotermsClassification) Constraints: Not nullable, Maximum length: 3incotermsLocation1(String incotermsLocation1) Constraints: Not nullable, Maximum length: 70incotermsLocation2(String incotermsLocation2) Constraints: Not nullable, Maximum length: 70incotermsTransferLocation(String incotermsTransferLocation) Constraints: Not nullable, Maximum length: 28incotermsVersion(String incotermsVersion) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 4procurementHubSourceSystem(String procurementHubSourceSystem) Constraints: Not nullable, Maximum length: 10Navigation property _SourcingProjectQuotation for SrcgProjQtnAllowedIncoterms to single SourcingProjectQuotation.sourcingProjectQuotationUUID(UUID sourcingProjectQuotationUUID) Constraints: Not nullablesrcgProjQtnAllwdIncotermsUUID(UUID srcgProjQtnAllwdIncotermsUUID) (Key Field) Constraints: Not nullableNavigation property _SrcgProjQtnItemIncoterms for SrcgProjQtnAllowedIncoterms to single SrcgProjQtnItemIncoterms.srcgProjQtnItemIncotermsUUID(UUID srcgProjQtnItemIncotermsUUID) Constraints: Not nullabletoString()
-
Method Details
-
sourcingProjectQuotation
@Nonnull public SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder sourcingProjectQuotation(SourcingProjectQuotation value) Navigation property _SourcingProjectQuotation for SrcgProjQtnAllowedIncoterms to single SourcingProjectQuotation.- Parameters:
value- The SourcingProjectQuotation to build this SrcgProjQtnAllowedIncoterms with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjQtnItemIncoterms
@Nonnull public SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder srcgProjQtnItemIncoterms(SrcgProjQtnItemIncoterms value) Navigation property _SrcgProjQtnItemIncoterms for SrcgProjQtnAllowedIncoterms to single SrcgProjQtnItemIncoterms.- Parameters:
value- The SrcgProjQtnItemIncoterms to build this SrcgProjQtnAllowedIncoterms with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjQtnAllwdIncotermsUUID
@Nonnull public SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder srcgProjQtnAllwdIncotermsUUID(@Nullable UUID srcgProjQtnAllwdIncotermsUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjQtnAllwdIncotermsUUID
- Returns:
this.
-
srcgProjQtnItemIncotermsUUID
@Nonnull public SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder srcgProjQtnItemIncotermsUUID(@Nullable UUID srcgProjQtnItemIncotermsUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjQtnItemIncotermsUUID
- Returns:
this.
-
sourcingProjectQuotationUUID
@Nonnull public SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder sourcingProjectQuotationUUID(@Nullable UUID sourcingProjectQuotationUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectQuotationUUID
- Returns:
this.
-
plant
@Nonnull public SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder plant(@Nullable String plant) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
incotermsClassification
@Nonnull public SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder incotermsClassification(@Nullable String incotermsClassification) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: IncotermsClassification
- Returns:
this.
-
incotermsTransferLocation
@Nonnull public SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder incotermsTransferLocation(@Nullable String incotermsTransferLocation) Constraints: Not nullable, Maximum length: 28Original property name from the Odata EDM: IncotermsTransferLocation
- Returns:
this.
-
incotermsVersion
@Nonnull public SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder incotermsVersion(@Nullable String incotermsVersion) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: IncotermsVersion
- Returns:
this.
-
incotermsLocation1
@Nonnull public SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder incotermsLocation1(@Nullable String incotermsLocation1) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: IncotermsLocation1
- Returns:
this.
-
incotermsLocation2
@Nonnull public SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder incotermsLocation2(@Nullable String incotermsLocation2) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: IncotermsLocation2
- Returns:
this.
-
companyCode
@Nonnull public SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
procurementHubSourceSystem
@Nonnull public SrcgProjQtnAllowedIncoterms.SrcgProjQtnAllowedIncotermsBuilder procurementHubSourceSystem(@Nullable String procurementHubSourceSystem) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProcurementHubSourceSystem
- Returns:
this.
-
build
-
toString
-