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

public static final class ProfitCenter.ProfitCenterBuilder extends Object
Helper class to allow for fluent creation of ProfitCenter instances.
  • Method Details

    • cnsldtnProfitCenterHier

      @Nonnull public ProfitCenter.ProfitCenterBuilder cnsldtnProfitCenterHier(ProfitCenterHier... value)
      Navigation property to_CnsldtnProfitCenterHier for ProfitCenter to multiple ProfitCenterHier.
      Parameters:
      value - The ProfitCenterHiers to build this ProfitCenter with.
      Returns:
      This Builder to allow for a fluent interface.
    • cnsldtnProfitCenterT

      @Nonnull public ProfitCenter.ProfitCenterBuilder cnsldtnProfitCenterT(ProfitCenterText... value)
      Navigation property to_CnsldtnProfitCenterT for ProfitCenter to multiple ProfitCenterText.
      Parameters:
      value - The ProfitCenterTexts to build this ProfitCenter with.
      Returns:
      This Builder to allow for a fluent interface.
    • profitCenter

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

      Original property name from the Odata EDM: ProfitCenter

      Returns:
      this.
    • profitCenter_Text

      @Nonnull public ProfitCenter.ProfitCenterBuilder profitCenter_Text(@Nullable String profitCenter_Text)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: ProfitCenter_Text

      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.
    • additionalMasterDataSource

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

      Original property name from the Odata EDM: AdditionalMasterDataSource

      Returns:
      this.
    • build

      @Nonnull public ProfitCenter build()
    • toString

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