public static final class CostCenter.CostCenterBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CostCenter.CostCenterBuilder |
additionalMasterDataSource(String additionalMasterDataSource)
Constraints: Not nullable, Maximum length: 10
|
CostCenter |
build() |
CostCenter.CostCenterBuilder |
cnsldtnCostCenterHier(CostCenterHier... value)
Navigation property to_CnsldtnCostCenterHier for CostCenter to multiple CostCenterHier.
|
CostCenter.CostCenterBuilder |
cnsldtnCostCenterT(CostCenterText... value)
Navigation property to_CnsldtnCostCenterT for CostCenter to multiple CostCenterText.
|
CostCenter.CostCenterBuilder |
controllingArea(String controllingArea)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
CostCenter.CostCenterBuilder |
costCenter_Text(String costCenter_Text)
Constraints: Not nullable, Maximum length: 20
|
CostCenter.CostCenterBuilder |
costCenter(String costCenter)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public CostCenter.CostCenterBuilder cnsldtnCostCenterHier(CostCenterHier... value)
value
- The CostCenterHiers to build this CostCenter with.@Nonnull public CostCenter.CostCenterBuilder cnsldtnCostCenterT(CostCenterText... value)
value
- The CostCenterTexts to build this CostCenter with.@Nonnull public CostCenter.CostCenterBuilder costCenter(@Nullable String costCenter)
Original property name from the Odata EDM: CostCenter
this
.@Nonnull public CostCenter.CostCenterBuilder costCenter_Text(@Nullable String costCenter_Text)
Original property name from the Odata EDM: CostCenter_Text
this
.@Nonnull public CostCenter.CostCenterBuilder controllingArea(@Nullable String controllingArea)
Original property name from the Odata EDM: ControllingArea
this
.@Nonnull public CostCenter.CostCenterBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
this
.@Nonnull public CostCenter build()
Copyright © 2021 SAP SE. All rights reserved.