Class SourcingProjectContact.SourcingProjectContactBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject.SourcingProjectContact.SourcingProjectContactBuilder
- Enclosing class:
- SourcingProjectContact
Helper class to allow for fluent creation of SourcingProjectContact instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessPartner(String businessPartner) Constraints: Not nullable, Maximum length: 10sourcingOrigin(String sourcingOrigin) Constraints: Not nullable, Maximum length: 2sourcingProject(SourcingProject value) Navigation property _SourcingProject for SourcingProjectContact to single SourcingProject.sourcingProjectContactCategory(String sourcingProjectContactCategory) Constraints: Not nullable, Maximum length: 4sourcingProjectContactUUID(UUID sourcingProjectContactUUID) (Key Field) Constraints: Not nullablesourcingProjectUUID(UUID sourcingProjectUUID) Constraints: Not nullablesourcingScenario(String sourcingScenario) Constraints: Not nullable, Maximum length: 2srcgProjCntctIsVisibleToSuplr(Boolean srcgProjCntctIsVisibleToSuplr) Constraints: Not nullabletoString()
-
Method Details
-
sourcingProject
@Nonnull public SourcingProjectContact.SourcingProjectContactBuilder sourcingProject(SourcingProject value) Navigation property _SourcingProject for SourcingProjectContact to single SourcingProject.- Parameters:
value- The SourcingProject to build this SourcingProjectContact with.- Returns:
- This Builder to allow for a fluent interface.
-
sourcingProjectContactUUID
@Nonnull public SourcingProjectContact.SourcingProjectContactBuilder sourcingProjectContactUUID(@Nullable UUID sourcingProjectContactUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectContactUUID
- Returns:
this.
-
sourcingProjectUUID
@Nonnull public SourcingProjectContact.SourcingProjectContactBuilder sourcingProjectUUID(@Nullable UUID sourcingProjectUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectUUID
- Returns:
this.
-
sourcingProjectContactCategory
@Nonnull public SourcingProjectContact.SourcingProjectContactBuilder sourcingProjectContactCategory(@Nullable String sourcingProjectContactCategory) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SourcingProjectContactCategory
- Returns:
this.
-
businessPartner
@Nonnull public SourcingProjectContact.SourcingProjectContactBuilder businessPartner(@Nullable String businessPartner) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
srcgProjCntctIsVisibleToSuplr
@Nonnull public SourcingProjectContact.SourcingProjectContactBuilder srcgProjCntctIsVisibleToSuplr(@Nullable Boolean srcgProjCntctIsVisibleToSuplr) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjCntctIsVisibleToSuplr
- Returns:
this.
-
sourcingOrigin
@Nonnull public SourcingProjectContact.SourcingProjectContactBuilder sourcingOrigin(@Nullable String sourcingOrigin) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingOrigin
- Returns:
this.
-
sourcingScenario
@Nonnull public SourcingProjectContact.SourcingProjectContactBuilder sourcingScenario(@Nullable String sourcingScenario) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingScenario
- Returns:
this.
-
build
-
toString
-