Class CustomerGroupText.CustomerGroupTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.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

    • cnsldtnCustomerGroup

      @Nonnull public CustomerGroupText.CustomerGroupTextBuilder cnsldtnCustomerGroup(CustomerGroup value)
      Navigation property to_CnsldtnCustomerGroup for CustomerGroupText to single 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.
    • customerGroup

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

      Original property name from the Odata EDM: CustomerGroup

      Returns:
      this.
    • customerGroupText

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

      Original property name from the Odata EDM: CustomerGroupText

      Returns:
      this.
    • build

      @Nonnull public CustomerGroupText build()
    • toString

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