Class ProfitCenter.ProfitCenterBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.ProfitCenter.ProfitCenterBuilder
Enclosing class:
ProfitCenter

public static class ProfitCenter.ProfitCenterBuilder extends Object
  • Method Details

    • profitCenter_ID

      @Nonnull public ProfitCenter.ProfitCenterBuilder profitCenter_ID(@Nullable String profitCenter_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ProfitCenter_ID

      Returns:
      this.
    • profitCenterText

      @Nonnull public ProfitCenter.ProfitCenterBuilder profitCenterText(@Nullable String profitCenterText)
      Constraints: none

      Original property name from the Odata EDM: ProfitCenterText

      Returns:
      this.
    • controllingArea

      @Nonnull public ProfitCenter.ProfitCenterBuilder controllingArea(@Nullable String controllingArea)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ControllingArea

      Returns:
      this.
    • controllingAreaName

      @Nonnull public ProfitCenter.ProfitCenterBuilder controllingAreaName(@Nullable String controllingAreaName)
      Constraints: none

      Original property name from the Odata EDM: ControllingAreaName

      Returns:
      this.
    • build

      @Nonnull public ProfitCenter build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object