Class SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder
- Enclosing class:
- SrcgProjItemIncoterms
-
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: 10sourcingOrigin(String sourcingOrigin) Constraints: Not nullable, Maximum length: 2sourcingProject(SourcingProject value) Navigation property _SourcingProject for SrcgProjItemIncoterms to single SourcingProject.Navigation property _SourcingProjectItem for SrcgProjItemIncoterms to single SourcingProjectItem.sourcingProjectItemUUID(UUID sourcingProjectItemUUID) Constraints: Not nullablesourcingProjectUUID(UUID sourcingProjectUUID) Constraints: Not nullablesourcingScenario(String sourcingScenario) Constraints: Not nullable, Maximum length: 2srcgProjItemIncotermsUUID(UUID srcgProjItemIncotermsUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
sourcingProject
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder sourcingProject(SourcingProject value) Navigation property _SourcingProject for SrcgProjItemIncoterms to single SourcingProject.- Parameters:
value- The SourcingProject to build this SrcgProjItemIncoterms with.- Returns:
- This Builder to allow for a fluent interface.
-
sourcingProjectItem
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder sourcingProjectItem(SourcingProjectItem value) Navigation property _SourcingProjectItem for SrcgProjItemIncoterms to single SourcingProjectItem.- Parameters:
value- The SourcingProjectItem to build this SrcgProjItemIncoterms with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjItemIncotermsUUID
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder srcgProjItemIncotermsUUID(@Nullable UUID srcgProjItemIncotermsUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjItemIncotermsUUID
- Returns:
this.
-
sourcingProjectItemUUID
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder sourcingProjectItemUUID(@Nullable UUID sourcingProjectItemUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectItemUUID
- Returns:
this.
-
sourcingProjectUUID
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder sourcingProjectUUID(@Nullable UUID sourcingProjectUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectUUID
- Returns:
this.
-
plant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
incotermsClassification
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder incotermsClassification(@Nullable String incotermsClassification) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: IncotermsClassification
- Returns:
this.
-
incotermsTransferLocation
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder incotermsTransferLocation(@Nullable String incotermsTransferLocation) Constraints: Not nullable, Maximum length: 28Original property name from the Odata EDM: IncotermsTransferLocation
- Returns:
this.
-
incotermsVersion
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder incotermsVersion(@Nullable String incotermsVersion) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: IncotermsVersion
- Returns:
this.
-
incotermsLocation1
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder incotermsLocation1(@Nullable String incotermsLocation1) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: IncotermsLocation1
- Returns:
this.
-
incotermsLocation2
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder incotermsLocation2(@Nullable String incotermsLocation2) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: IncotermsLocation2
- Returns:
this.
-
companyCode
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
procurementHubSourceSystem
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder procurementHubSourceSystem(@Nullable String procurementHubSourceSystem) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProcurementHubSourceSystem
- Returns:
this.
-
sourcingOrigin
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder sourcingOrigin(@Nullable String sourcingOrigin) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingOrigin
- Returns:
this.
-
sourcingScenario
@Nonnull public SrcgProjItemIncoterms.SrcgProjItemIncotermsBuilder sourcingScenario(@Nullable String sourcingScenario) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingScenario
- Returns:
this.
-
build
-
toString
-