Class FiscalYear.FiscalYearBuilder

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

public static class FiscalYear.FiscalYearBuilder extends Object
  • Method Details

    • fiscalYear_ID

      @Nonnull public FiscalYear.FiscalYearBuilder fiscalYear_ID(@Nullable String fiscalYear_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: FiscalYear_ID

      Returns:
      this.
    • companyCode

      @Nonnull public FiscalYear.FiscalYearBuilder companyCode(@Nullable String companyCode)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Returns:
      this.
    • companyCodeName

      @Nonnull public FiscalYear.FiscalYearBuilder companyCodeName(@Nullable String companyCodeName)
      Constraints: none

      Original property name from the Odata EDM: CompanyCodeName

      Returns:
      this.
    • build

      @Nonnull public FiscalYear build()
    • toString

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