Class ProfitCenterForElimText.ProfitCenterForElimTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.ProfitCenterForElimText.ProfitCenterForElimTextBuilder
- Enclosing class:
- ProfitCenterForElimText
Helper class to allow for fluent creation of ProfitCenterForElimText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnPrftCtrForElim for ProfitCenterForElimText to single ProfitCenterForElimination.controllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullable, Maximum length: 2profitCenter(String profitCenter) (Key Field) Constraints: Not nullable, Maximum length: 25profitCenterForElimText(String profitCenterForElimText) Constraints: Not nullable, Maximum length: 50toString()
-
Method Details
-
cnsldtnPrftCtrForElim
@Nonnull public ProfitCenterForElimText.ProfitCenterForElimTextBuilder cnsldtnPrftCtrForElim(ProfitCenterForElimination value) Navigation property to_CnsldtnPrftCtrForElim for ProfitCenterForElimText to single ProfitCenterForElimination.- Parameters:
value- The ProfitCenterForElimination to build this ProfitCenterForElimText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public ProfitCenterForElimText.ProfitCenterForElimTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
profitCenter
@Nonnull public ProfitCenterForElimText.ProfitCenterForElimTextBuilder profitCenter(@Nullable String profitCenter) (Key Field) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: ProfitCenter
- Returns:
this.
-
controllingArea
@Nonnull public ProfitCenterForElimText.ProfitCenterForElimTextBuilder controllingArea(@Nullable String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
profitCenterForElimText
@Nonnull public ProfitCenterForElimText.ProfitCenterForElimTextBuilder profitCenterForElimText(@Nullable String profitCenterForElimText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ProfitCenterForElimText
- Returns:
this.
-
build
-
toString
-