Class CustomerGroup.CustomerGroupBuilder

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

public static class CustomerGroup.CustomerGroupBuilder extends Object
  • Method Details

    • customerGroup_ID

      @Nonnull public CustomerGroup.CustomerGroupBuilder customerGroup_ID(@Nullable String customerGroup_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: CustomerGroup_ID

      Returns:
      this.
    • customerGroupText

      @Nonnull public CustomerGroup.CustomerGroupBuilder customerGroupText(@Nullable String customerGroupText)
      Constraints: none

      Original property name from the Odata EDM: CustomerGroupText

      Returns:
      this.
    • build

      @Nonnull public CustomerGroup build()
    • toString

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