Class SrcgProjProcurementProject.SrcgProjProcurementProjectBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject.SrcgProjProcurementProject.SrcgProjProcurementProjectBuilder
- Enclosing class:
- SrcgProjProcurementProject
public static final class SrcgProjProcurementProject.SrcgProjProcurementProjectBuilder
extends Object
Helper class to allow for fluent creation of SrcgProjProcurementProject instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()sourcingOrigin(String sourcingOrigin) Constraints: Not nullable, Maximum length: 2sourcingProject(SourcingProject value) Navigation property _SourcingProject for SrcgProjProcurementProject to single SourcingProject.sourcingProjectUUID(UUID sourcingProjectUUID) Constraints: Not nullablesourcingScenario(String sourcingScenario) Constraints: Not nullable, Maximum length: 2srcgProjProcmtProjectUUID(UUID srcgProjProcmtProjectUUID) (Key Field) Constraints: Not nullablesrcgProjProcurementProject(String srcgProjProcurementProject) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
sourcingProject
@Nonnull public SrcgProjProcurementProject.SrcgProjProcurementProjectBuilder sourcingProject(SourcingProject value) Navigation property _SourcingProject for SrcgProjProcurementProject to single SourcingProject.- Parameters:
value- The SourcingProject to build this SrcgProjProcurementProject with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjProcmtProjectUUID
@Nonnull public SrcgProjProcurementProject.SrcgProjProcurementProjectBuilder srcgProjProcmtProjectUUID(@Nullable UUID srcgProjProcmtProjectUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjProcmtProjectUUID
- Returns:
this.
-
sourcingProjectUUID
@Nonnull public SrcgProjProcurementProject.SrcgProjProcurementProjectBuilder sourcingProjectUUID(@Nullable UUID sourcingProjectUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectUUID
- Returns:
this.
-
srcgProjProcurementProject
@Nonnull public SrcgProjProcurementProject.SrcgProjProcurementProjectBuilder srcgProjProcurementProject(@Nullable String srcgProjProcurementProject) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SrcgProjProcurementProject
- Returns:
this.
-
sourcingOrigin
@Nonnull public SrcgProjProcurementProject.SrcgProjProcurementProjectBuilder sourcingOrigin(@Nullable String sourcingOrigin) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingOrigin
- Returns:
this.
-
sourcingScenario
@Nonnull public SrcgProjProcurementProject.SrcgProjProcurementProjectBuilder sourcingScenario(@Nullable String sourcingScenario) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingScenario
- Returns:
this.
-
build
-
toString
-