Class GlobalCurrency.GlobalCurrencyBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.GlobalCurrency.GlobalCurrencyBuilder
- Enclosing class:
- GlobalCurrency
-
Method Summary
Modifier and TypeMethodDescriptionbuild()globalCurrency_ID(String globalCurrency_ID) (Key Field) Constraints: Not nullable, Maximum length: 5globalCurrencyText(String globalCurrencyText) Constraints: nonetoString()
-
Method Details
-
globalCurrency_ID
@Nonnull public GlobalCurrency.GlobalCurrencyBuilder globalCurrency_ID(@Nullable String globalCurrency_ID) (Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: GlobalCurrency_ID
- Returns:
this.
-
globalCurrencyText
@Nonnull public GlobalCurrency.GlobalCurrencyBuilder globalCurrencyText(@Nullable String globalCurrencyText) Constraints: noneOriginal property name from the Odata EDM: GlobalCurrencyText
- Returns:
this.
-
build
-
toString
-