Class ControllingArea.ControllingAreaBuilder

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

public static class ControllingArea.ControllingAreaBuilder extends Object
  • Method Details

    • controllingArea_ID

      @Nonnull public ControllingArea.ControllingAreaBuilder controllingArea_ID(@Nullable String controllingArea_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ControllingArea_ID

      Returns:
      this.
    • controllingAreaText

      @Nonnull public ControllingArea.ControllingAreaBuilder controllingAreaText(@Nullable String controllingAreaText)
      Constraints: none

      Original property name from the Odata EDM: ControllingAreaText

      Returns:
      this.
    • build

      @Nonnull public ControllingArea build()
    • toString

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