Class CustomerGroupText.CustomerGroupTextBuilder

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

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

    • customerGroup

      @Nonnull public CustomerGroupText.CustomerGroupTextBuilder customerGroup(CustomerGroup value)
      Navigation property to_CustomerGroup for CustomerGroupText to single CustomerGroup.
      Parameters:
      value - The CustomerGroup to build this CustomerGroupText with.
      Returns:
      This Builder to allow for a fluent interface.
    • customerGroup

      @Nonnull public CustomerGroupText.CustomerGroupTextBuilder customerGroup(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: CustomerGroup

      Parameters:
      value - The customerGroup to build this CustomerGroupText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

      @Nonnull public CustomerGroupText.CustomerGroupTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • customerGroupName

      @Nonnull public CustomerGroupText.CustomerGroupTextBuilder customerGroupName(@Nullable String customerGroupName)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: CustomerGroupName

      Returns:
      this.
    • build

      @Nonnull public CustomerGroupText build()
    • toString

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