Class ControllingArea.ControllingAreaBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.controllingarea.ControllingArea.ControllingAreaBuilder
- Enclosing class:
- ControllingArea
-
Method Summary
Modifier and TypeMethodDescriptionbuild()chartOfAccounts(String chartOfAccounts) Constraints: Not nullable, Maximum length: 4controllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4controllingAreaCurrency(String controllingAreaCurrency) Constraints: Not nullable, Maximum length: 5controllingAreaCurrencyRole(String controllingAreaCurrencyRole) Constraints: Not nullable, Maximum length: 2controllingAreaName(String controllingAreaName) Constraints: Not nullable, Maximum length: 25costCenterStandardHierarchy(String costCenterStandardHierarchy) Constraints: Not nullable, Maximum length: 12financialManagementArea(String financialManagementArea) Constraints: Not nullable, Maximum length: 4fiscalYearVariant(String fiscalYearVariant) Constraints: Not nullable, Maximum length: 2profitCenterAccountingCurrency(String profitCenterAccountingCurrency) Constraints: Not nullable, Maximum length: 5profitCenterStandardHierarchy(String profitCenterStandardHierarchy) Constraints: Not nullable, Maximum length: 12toString()
-
Method Details
-
controllingArea
@Nonnull public ControllingArea.ControllingAreaBuilder controllingArea(@Nullable String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
fiscalYearVariant
@Nonnull public ControllingArea.ControllingAreaBuilder fiscalYearVariant(@Nullable String fiscalYearVariant) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: FiscalYearVariant
- Returns:
this.
-
controllingAreaName
@Nonnull public ControllingArea.ControllingAreaBuilder controllingAreaName(@Nullable String controllingAreaName) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: ControllingAreaName
- Returns:
this.
-
controllingAreaCurrency
@Nonnull public ControllingArea.ControllingAreaBuilder controllingAreaCurrency(@Nullable String controllingAreaCurrency) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: ControllingAreaCurrency
- Returns:
this.
-
chartOfAccounts
@Nonnull public ControllingArea.ControllingAreaBuilder chartOfAccounts(@Nullable String chartOfAccounts) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ChartOfAccounts
- Returns:
this.
-
costCenterStandardHierarchy
@Nonnull public ControllingArea.ControllingAreaBuilder costCenterStandardHierarchy(@Nullable String costCenterStandardHierarchy) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CostCenterStandardHierarchy
- Returns:
this.
-
profitCenterStandardHierarchy
@Nonnull public ControllingArea.ControllingAreaBuilder profitCenterStandardHierarchy(@Nullable String profitCenterStandardHierarchy) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ProfitCenterStandardHierarchy
- Returns:
this.
-
financialManagementArea
@Nonnull public ControllingArea.ControllingAreaBuilder financialManagementArea(@Nullable String financialManagementArea) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FinancialManagementArea
- Returns:
this.
-
controllingAreaCurrencyRole
@Nonnull public ControllingArea.ControllingAreaBuilder controllingAreaCurrencyRole(@Nullable String controllingAreaCurrencyRole) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ControllingAreaCurrencyRole
- Returns:
this.
-
profitCenterAccountingCurrency
@Nonnull public ControllingArea.ControllingAreaBuilder profitCenterAccountingCurrency(@Nullable String profitCenterAccountingCurrency) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: ProfitCenterAccountingCurrency
- Returns:
this.
-
build
-
toString
-