Class CostCenter.CostCenterBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CostCenter.CostCenterBuilder
- Enclosing class:
- CostCenter
Helper class to allow for fluent creation of CostCenter instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()cnsldtnCostCenterHier(CostCenterHier... value) Navigation property to_CnsldtnCostCenterHier for CostCenter to multiple CostCenterHier.cnsldtnCostCenterT(CostCenterText... value) Navigation property to_CnsldtnCostCenterT for CostCenter to multiple CostCenterText.controllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4costCenter(String costCenter) (Key Field) Constraints: Not nullable, Maximum length: 10costCenter_Text(String costCenter_Text) Constraints: Not nullable, Maximum length: 20toString()
-
Method Details
-
cnsldtnCostCenterHier
Navigation property to_CnsldtnCostCenterHier for CostCenter to multiple CostCenterHier.- Parameters:
value- The CostCenterHiers to build this CostCenter with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnCostCenterT
Navigation property to_CnsldtnCostCenterT for CostCenter to multiple CostCenterText.- Parameters:
value- The CostCenterTexts to build this CostCenter with.- Returns:
- This Builder to allow for a fluent interface.
-
costCenter
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CostCenter
- Returns:
this.
-
costCenter_Text
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: CostCenter_Text
- Returns:
this.
-
controllingArea
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public CostCenter.CostCenterBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-