Class CustomerGroup.CustomerGroupBuilder

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

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

    • text

      @Nonnull public CustomerGroup.CustomerGroupBuilder text(CustomerGroupText... value)
      Navigation property to_Text for CustomerGroup to multiple CustomerGroupText.
      Parameters:
      value - The CustomerGroupTexts to build this CustomerGroup with.
      Returns:
      This Builder to allow for a fluent interface.
    • customerGroup

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

      Original property name from the Odata EDM: CustomerGroup

      Returns:
      this.
    • build

      @Nonnull public CustomerGroup build()
    • toString

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