Class CostCenter.CostCenterBuilder

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

public static class CostCenter.CostCenterBuilder extends Object
  • Method Details

    • costCenter_ID

      @Nonnull public CostCenter.CostCenterBuilder costCenter_ID(@Nullable String costCenter_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CostCenter_ID

      Returns:
      this.
    • costCenterText

      @Nonnull public CostCenter.CostCenterBuilder costCenterText(@Nullable String costCenterText)
      Constraints: none

      Original property name from the Odata EDM: CostCenterText

      Returns:
      this.
    • controllingArea

      @Nonnull public CostCenter.CostCenterBuilder 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 CostCenter.CostCenterBuilder controllingAreaName(@Nullable String controllingAreaName)
      Constraints: none

      Original property name from the Odata EDM: ControllingAreaName

      Returns:
      this.
    • build

      @Nonnull public CostCenter build()
    • toString

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