Class ControllingArea.ControllingAreaBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.controllingarea.ControllingArea.ControllingAreaBuilder
Enclosing class:
ControllingArea

public static class ControllingArea.ControllingAreaBuilder extends Object
  • Method Details

    • controllingArea

      @Nonnull public ControllingArea.ControllingAreaBuilder controllingArea(@Nullable String controllingArea)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ControllingArea

      Returns:
      this.
    • fiscalYearVariant

      @Nonnull public ControllingArea.ControllingAreaBuilder fiscalYearVariant(@Nullable String fiscalYearVariant)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: FiscalYearVariant

      Returns:
      this.
    • controllingAreaName

      @Nonnull public ControllingArea.ControllingAreaBuilder controllingAreaName(@Nullable String controllingAreaName)
      Constraints: Not nullable, Maximum length: 25

      Original property name from the Odata EDM: ControllingAreaName

      Returns:
      this.
    • controllingAreaCurrency

      @Nonnull public ControllingArea.ControllingAreaBuilder controllingAreaCurrency(@Nullable String controllingAreaCurrency)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: ControllingAreaCurrency

      Returns:
      this.
    • chartOfAccounts

      @Nonnull public ControllingArea.ControllingAreaBuilder chartOfAccounts(@Nullable String chartOfAccounts)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ChartOfAccounts

      Returns:
      this.
    • costCenterStandardHierarchy

      @Nonnull public ControllingArea.ControllingAreaBuilder costCenterStandardHierarchy(@Nullable String costCenterStandardHierarchy)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CostCenterStandardHierarchy

      Returns:
      this.
    • profitCenterStandardHierarchy

      @Nonnull public ControllingArea.ControllingAreaBuilder profitCenterStandardHierarchy(@Nullable String profitCenterStandardHierarchy)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ProfitCenterStandardHierarchy

      Returns:
      this.
    • financialManagementArea

      @Nonnull public ControllingArea.ControllingAreaBuilder financialManagementArea(@Nullable String financialManagementArea)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: FinancialManagementArea

      Returns:
      this.
    • controllingAreaCurrencyRole

      @Nonnull public ControllingArea.ControllingAreaBuilder controllingAreaCurrencyRole(@Nullable String controllingAreaCurrencyRole)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ControllingAreaCurrencyRole

      Returns:
      this.
    • profitCenterAccountingCurrency

      @Nonnull public ControllingArea.ControllingAreaBuilder profitCenterAccountingCurrency(@Nullable String profitCenterAccountingCurrency)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: ProfitCenterAccountingCurrency

      Returns:
      this.
    • build

      @Nonnull public ControllingArea build()
    • toString

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