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