Class PartnerProfitCenter.PartnerProfitCenterBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.PartnerProfitCenter.PartnerProfitCenterBuilder
- Enclosing class:
- PartnerProfitCenter
-
Method Summary
Modifier and TypeMethodDescriptionbuild()controllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4controllingAreaName(String controllingAreaName) Constraints: nonepartnerProfitCenter_ID(String partnerProfitCenter_ID) (Key Field) Constraints: Not nullable, Maximum length: 10partnerProfitCenterText(String partnerProfitCenterText) Constraints: nonetoString()
-
Method Details
-
partnerProfitCenter_ID
@Nonnull public PartnerProfitCenter.PartnerProfitCenterBuilder partnerProfitCenter_ID(@Nullable String partnerProfitCenter_ID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PartnerProfitCenter_ID
- Returns:
this.
-
partnerProfitCenterText
@Nonnull public PartnerProfitCenter.PartnerProfitCenterBuilder partnerProfitCenterText(@Nullable String partnerProfitCenterText) Constraints: noneOriginal property name from the Odata EDM: PartnerProfitCenterText
- 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.
-
controllingAreaName
@Nonnull public PartnerProfitCenter.PartnerProfitCenterBuilder controllingAreaName(@Nullable String controllingAreaName) Constraints: noneOriginal property name from the Odata EDM: ControllingAreaName
- Returns:
this.
-
build
-
toString
-