Class ProfitCenterText.ProfitCenterTextBuilder

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

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

    • cnsldtnProfitCenter

      @Nonnull public ProfitCenterText.ProfitCenterTextBuilder cnsldtnProfitCenter(ProfitCenter value)
      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

      @Nonnull public ProfitCenterText.ProfitCenterTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original 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: 10

      Original 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: 4

      Original property name from the Odata EDM: ControllingArea

      Returns:
      this.
    • profitCenterText

      @Nonnull public ProfitCenterText.ProfitCenterTextBuilder profitCenterText(@Nullable String profitCenterText)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: ProfitCenterText

      Returns:
      this.
    • build

      @Nonnull public ProfitCenterText build()
    • toString

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