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