Class TransactionCurrency.TransactionCurrencyBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.TransactionCurrency.TransactionCurrencyBuilder
- Enclosing class:
- TransactionCurrency
Helper class to allow for fluent creation of TransactionCurrency instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnTransCurrencyT(TransactionCurrencyText... value) Navigation property to_CnsldtnTransCurrencyT for TransactionCurrency to multiple TransactionCurrencyText.(Key Field) Constraints: Not nullable, Maximum length: 5currency_Text(String currency_Text) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
cnsldtnTransCurrencyT
@Nonnull public TransactionCurrency.TransactionCurrencyBuilder cnsldtnTransCurrencyT(TransactionCurrencyText... value) Navigation property to_CnsldtnTransCurrencyT for TransactionCurrency to multiple TransactionCurrencyText.- Parameters:
value- The TransactionCurrencyTexts to build this TransactionCurrency with.- Returns:
- This Builder to allow for a fluent interface.
-
currency
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: Currency
- Returns:
this.
-
currency_Text
@Nonnull public TransactionCurrency.TransactionCurrencyBuilder currency_Text(@Nullable String currency_Text) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Currency_Text
- Returns:
this.
-
build
-
toString
-