Class ProfitCenter.ProfitCenterBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.ProfitCenter.ProfitCenterBuilder
- Enclosing class:
- ProfitCenter
-
Method Summary
Modifier and TypeMethodDescriptionbuild()controllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4controllingAreaName(String controllingAreaName) Constraints: noneprofitCenter_ID(String profitCenter_ID) (Key Field) Constraints: Not nullable, Maximum length: 10profitCenterText(String profitCenterText) Constraints: nonetoString()
-
Method Details
-
profitCenter_ID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProfitCenter_ID
- Returns:
this.
-
profitCenterText
@Nonnull public ProfitCenter.ProfitCenterBuilder profitCenterText(@Nullable String profitCenterText) Constraints: noneOriginal property name from the Odata EDM: ProfitCenterText
- Returns:
this.
-
controllingArea
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
controllingAreaName
@Nonnull public ProfitCenter.ProfitCenterBuilder controllingAreaName(@Nullable String controllingAreaName) Constraints: noneOriginal property name from the Odata EDM: ControllingAreaName
- Returns:
this.
-
build
-
toString
-