Class SAP__Currency.SAP__CurrencyBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierevaluationscore.SAP__Currency.SAP__CurrencyBuilder
- Enclosing class:
- SAP__Currency
-
Method Summary
Modifier and TypeMethodDescriptionbuild()currencyCode(String currencyCode) (Key Field) Constraints: Not nullable, Maximum length: 5decimalPlaces(Short decimalPlaces) Constraints: Not nullableConstraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 15toString()
-
Method Details
-
currencyCode
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: CurrencyCode
- Returns:
this.
-
iSOCode
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ISOCode
- Returns:
this.
-
text
Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: Text
- Returns:
this.
-
decimalPlaces
Constraints: Not nullableOriginal property name from the Odata EDM: DecimalPlaces
- Returns:
this.
-
build
-
toString
-