public static final class CostCenterText.CostCenterTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CostCenterText |
build() |
CostCenterText.CostCenterTextBuilder |
cnsldtnCostCenter(CostCenter value)
Navigation property to_CnsldtnCostCenter for CostCenterText to single CostCenter.
|
CostCenterText.CostCenterTextBuilder |
controllingArea(String controllingArea)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
CostCenterText.CostCenterTextBuilder |
costCenter(String costCenter)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
CostCenterText.CostCenterTextBuilder |
costCenterText(String costCenterText)
Constraints: Not nullable, Maximum length: 20
|
CostCenterText.CostCenterTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public CostCenterText.CostCenterTextBuilder cnsldtnCostCenter(CostCenter value)
value
- The CostCenter to build this CostCenterText with.@Nonnull public CostCenterText.CostCenterTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public CostCenterText.CostCenterTextBuilder costCenter(@Nullable String costCenter)
Original property name from the Odata EDM: CostCenter
this
.@Nonnull public CostCenterText.CostCenterTextBuilder controllingArea(@Nullable String controllingArea)
Original property name from the Odata EDM: ControllingArea
this
.@Nonnull public CostCenterText.CostCenterTextBuilder costCenterText(@Nullable String costCenterText)
Original property name from the Odata EDM: CostCenterText
this
.@Nonnull public CostCenterText build()
Copyright © 2021 SAP SE. All rights reserved.