Class CostCenterText.CostCenterTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CostCenterText.CostCenterTextBuilder
- Enclosing class:
- CostCenterText
Helper class to allow for fluent creation of CostCenterText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnCostCenter(CostCenter value) Navigation property to_CnsldtnCostCenter for CostCenterText to single CostCenter.controllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4costCenter(String costCenter) (Key Field) Constraints: Not nullable, Maximum length: 10costCenterText(String costCenterText) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnCostCenter
Navigation property to_CnsldtnCostCenter for CostCenterText to single CostCenter.- Parameters:
value- The CostCenter to build this CostCenterText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
costCenter
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CostCenter
- Returns:
this.
-
controllingArea
@Nonnull public CostCenterText.CostCenterTextBuilder controllingArea(@Nullable String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
costCenterText
@Nonnull public CostCenterText.CostCenterTextBuilder costCenterText(@Nullable String costCenterText) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: CostCenterText
- Returns:
this.
-
build
-
toString
-