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