Class SrcgProjQtnAllowedCurrency.SrcgProjQtnAllowedCurrencyBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplierquotationforsourcingproject.SrcgProjQtnAllowedCurrency.SrcgProjQtnAllowedCurrencyBuilder
- Enclosing class:
- SrcgProjQtnAllowedCurrency
public static final class SrcgProjQtnAllowedCurrency.SrcgProjQtnAllowedCurrencyBuilder
extends Object
Helper class to allow for fluent creation of SrcgProjQtnAllowedCurrency instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property _SourcingProjectQuotation for SrcgProjQtnAllowedCurrency to single SourcingProjectQuotation.sourcingProjectQuotationUUID(UUID sourcingProjectQuotationUUID) Constraints: Not nullablesrcgProjQtnAllowedCurrency(String srcgProjQtnAllowedCurrency) Constraints: Not nullable, Maximum length: 3srcgProjQtnAllowedCurrencyUUID(UUID srcgProjQtnAllowedCurrencyUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
sourcingProjectQuotation
@Nonnull public SrcgProjQtnAllowedCurrency.SrcgProjQtnAllowedCurrencyBuilder sourcingProjectQuotation(SourcingProjectQuotation value) Navigation property _SourcingProjectQuotation for SrcgProjQtnAllowedCurrency to single SourcingProjectQuotation.- Parameters:
value- The SourcingProjectQuotation to build this SrcgProjQtnAllowedCurrency with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjQtnAllowedCurrencyUUID
@Nonnull public SrcgProjQtnAllowedCurrency.SrcgProjQtnAllowedCurrencyBuilder srcgProjQtnAllowedCurrencyUUID(@Nullable UUID srcgProjQtnAllowedCurrencyUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjQtnAllowedCurrencyUUID
- Returns:
this.
-
sourcingProjectQuotationUUID
@Nonnull public SrcgProjQtnAllowedCurrency.SrcgProjQtnAllowedCurrencyBuilder sourcingProjectQuotationUUID(@Nullable UUID sourcingProjectQuotationUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectQuotationUUID
- Returns:
this.
-
srcgProjQtnAllowedCurrency
@Nonnull public SrcgProjQtnAllowedCurrency.SrcgProjQtnAllowedCurrencyBuilder srcgProjQtnAllowedCurrency(@Nullable String srcgProjQtnAllowedCurrency) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SrcgProjQtnAllowedCurrency
- Returns:
this.
-
build
-
toString
-