Class SAP__Currency.SAP__CurrencyBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.SAP__Currency.SAP__CurrencyBuilder
Enclosing class:
SAP__Currency

public static class SAP__Currency.SAP__CurrencyBuilder extends Object
  • Method Details

    • currencyCode

      @Nonnull public SAP__Currency.SAP__CurrencyBuilder currencyCode(@Nullable String currencyCode)
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: CurrencyCode

      Returns:
      this.
    • iSOCode

      @Nonnull public SAP__Currency.SAP__CurrencyBuilder iSOCode(@Nullable String iSOCode)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ISOCode

      Returns:
      this.
    • text

      @Nonnull public SAP__Currency.SAP__CurrencyBuilder text(@Nullable String text)
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: Text

      Returns:
      this.
    • decimalPlaces

      @Nonnull public SAP__Currency.SAP__CurrencyBuilder decimalPlaces(@Nullable Short decimalPlaces)
      Constraints: Not nullable

      Original property name from the Odata EDM: DecimalPlaces

      Returns:
      this.
    • build

      @Nonnull public SAP__Currency build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object