Class ProfitCenter.ProfitCenterBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.ProfitCenter.ProfitCenterBuilder
- Enclosing class:
- ProfitCenter
Helper class to allow for fluent creation of ProfitCenter instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()cnsldtnProfitCenterHier(ProfitCenterHier... value) Navigation property to_CnsldtnProfitCenterHier for ProfitCenter to multiple ProfitCenterHier.cnsldtnProfitCenterT(ProfitCenterText... value) Navigation property to_CnsldtnProfitCenterT for ProfitCenter to multiple ProfitCenterText.controllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4profitCenter(String profitCenter) (Key Field) Constraints: Not nullable, Maximum length: 10profitCenter_Text(String profitCenter_Text) Constraints: Not nullable, Maximum length: 20toString()
-
Method Details
-
cnsldtnProfitCenterHier
Navigation property to_CnsldtnProfitCenterHier for ProfitCenter to multiple ProfitCenterHier.- Parameters:
value- The ProfitCenterHiers to build this ProfitCenter with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnProfitCenterT
Navigation property to_CnsldtnProfitCenterT for ProfitCenter to multiple ProfitCenterText.- Parameters:
value- The ProfitCenterTexts to build this ProfitCenter with.- Returns:
- This Builder to allow for a fluent interface.
-
profitCenter
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProfitCenter
- Returns:
this.
-
profitCenter_Text
@Nonnull public ProfitCenter.ProfitCenterBuilder profitCenter_Text(@Nullable String profitCenter_Text) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: ProfitCenter_Text
- Returns:
this.
-
controllingArea
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public ProfitCenter.ProfitCenterBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-