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