public static class CostCenter.CostCenterBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CostCenter |
build() |
CostCenter.CostCenterBuilder |
controllingArea(String controllingArea)
(Key Field) Constraints: Not nullable
|
CostCenter.CostCenterBuilder |
controllingAreaName(String controllingAreaName)
Constraints: none
|
CostCenter.CostCenterBuilder |
costCenter_ID(String costCenter_ID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
CostCenter.CostCenterBuilder |
costCenterText(String costCenterText)
Constraints: none
|
String |
toString() |
@Nonnull public CostCenter.CostCenterBuilder costCenter_ID(@Nullable String costCenter_ID)
Original property name from the Odata EDM: CostCenter_ID
this
.@Nonnull public CostCenter.CostCenterBuilder costCenterText(@Nullable String costCenterText)
Original property name from the Odata EDM: CostCenterText
this
.@Nonnull public CostCenter.CostCenterBuilder controllingArea(@Nullable String controllingArea)
Original property name from the Odata EDM: ControllingArea
this
.@Nonnull public CostCenter.CostCenterBuilder controllingAreaName(@Nullable String controllingAreaName)
Original property name from the Odata EDM: ControllingAreaName
this
.@Nonnull public CostCenter build()
Copyright © 2020 SAP SE. All rights reserved.