Class CostCenterText.CostCenterTextBuilder

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

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

    • cnsldtnCostCenter

      @Nonnull public CostCenterText.CostCenterTextBuilder cnsldtnCostCenter(CostCenter value)
      Navigation property to_CnsldtnCostCenter for CostCenterText to single CostCenter.
      Parameters:
      value - The CostCenter to build this CostCenterText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • costCenter

      @Nonnull public CostCenterText.CostCenterTextBuilder costCenter(@Nullable String costCenter)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CostCenter

      Returns:
      this.
    • controllingArea

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

      Original property name from the Odata EDM: ControllingArea

      Returns:
      this.
    • costCenterText

      @Nonnull public CostCenterText.CostCenterTextBuilder costCenterText(@Nullable String costCenterText)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: CostCenterText

      Returns:
      this.
    • build

      @Nonnull public CostCenterText build()
    • toString

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