Class PartnerProfitCenter.PartnerProfitCenterBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.PartnerProfitCenter.PartnerProfitCenterBuilder
- Enclosing class:
- PartnerProfitCenter
Helper class to allow for fluent creation of PartnerProfitCenter instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()Navigation property to_CnsldtnPartnerPrftCtrHier for PartnerProfitCenter to multiple PartnerProfitCenterHier.Navigation property to_CnsldtnPartnerPrftCtrT for PartnerProfitCenter to multiple PartnerProfitCenterText.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
-
cnsldtnPartnerPrftCtrHier
@Nonnull public PartnerProfitCenter.PartnerProfitCenterBuilder cnsldtnPartnerPrftCtrHier(PartnerProfitCenterHier... value) Navigation property to_CnsldtnPartnerPrftCtrHier for PartnerProfitCenter to multiple PartnerProfitCenterHier.- Parameters:
value- The PartnerProfitCenterHiers to build this PartnerProfitCenter with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnPartnerPrftCtrT
@Nonnull public PartnerProfitCenter.PartnerProfitCenterBuilder cnsldtnPartnerPrftCtrT(PartnerProfitCenterText... value) Navigation property to_CnsldtnPartnerPrftCtrT for PartnerProfitCenter to multiple PartnerProfitCenterText.- Parameters:
value- The PartnerProfitCenterTexts to build this PartnerProfitCenter with.- Returns:
- This Builder to allow for a fluent interface.
-
profitCenter
@Nonnull public PartnerProfitCenter.PartnerProfitCenterBuilder profitCenter(@Nullable String profitCenter) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProfitCenter
- Returns:
this.
-
profitCenter_Text
@Nonnull public PartnerProfitCenter.PartnerProfitCenterBuilder profitCenter_Text(@Nullable String profitCenter_Text) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: ProfitCenter_Text
- Returns:
this.
-
controllingArea
@Nonnull public PartnerProfitCenter.PartnerProfitCenterBuilder controllingArea(@Nullable String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public PartnerProfitCenter.PartnerProfitCenterBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-