Class CnsldtnCostCenterText.CnsldtnCostCenterTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcostcenter.CnsldtnCostCenterText.CnsldtnCostCenterTextBuilder
- Enclosing class:
- CnsldtnCostCenterText
Helper class to allow for fluent creation of CnsldtnCostCenterText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullablecontrollingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4costCenter(CnsldtnCostCenter value) Navigation property _CostCenter for CnsldtnCostCenterText to single CnsldtnCostCenter.costCenter(String value) (Key Field) Constraints: Not nullable, Maximum length: 10costCenterName(String costCenterName) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
costCenter
@Nonnull public CnsldtnCostCenterText.CnsldtnCostCenterTextBuilder costCenter(CnsldtnCostCenter value) Navigation property _CostCenter for CnsldtnCostCenterText to single CnsldtnCostCenter.- Parameters:
value- The CnsldtnCostCenter to build this CnsldtnCostCenterText 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
- Parameters:
value- The costCenter to build this CnsldtnCostCenterText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public CnsldtnCostCenterText.CnsldtnCostCenterTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
controllingArea
@Nonnull public CnsldtnCostCenterText.CnsldtnCostCenterTextBuilder controllingArea(@Nullable String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
costCenterName
@Nonnull public CnsldtnCostCenterText.CnsldtnCostCenterTextBuilder costCenterName(@Nullable String costCenterName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: CostCenterName
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnCostCenterText.CnsldtnCostCenterTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
build
-
toString
-