Class OriginCostCenter.OriginCostCenterBuilder

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

public static class OriginCostCenter.OriginCostCenterBuilder extends Object
  • Method Details

    • originCostCenter_ID

      @Nonnull public OriginCostCenter.OriginCostCenterBuilder originCostCenter_ID(@Nullable String originCostCenter_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: OriginCostCenter_ID

      Returns:
      this.
    • originCostCenterText

      @Nonnull public OriginCostCenter.OriginCostCenterBuilder originCostCenterText(@Nullable String originCostCenterText)
      Constraints: none

      Original property name from the Odata EDM: OriginCostCenterText

      Returns:
      this.
    • controllingArea

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

      Original property name from the Odata EDM: ControllingAreaName

      Returns:
      this.
    • build

      @Nonnull public OriginCostCenter build()
    • toString

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