java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CustomerText.CustomerTextBuilder
Enclosing class:
CustomerText

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

    • cnsldtnCustomer

      @Nonnull public CustomerText.CustomerTextBuilder cnsldtnCustomer(Customer value)
      Navigation property to_CnsldtnCustomer for CustomerText to single Customer.
      Parameters:
      value - The Customer to build this CustomerText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • customer

      @Nonnull public CustomerText.CustomerTextBuilder customer(@Nullable String customer)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Customer

      Returns:
      this.
    • cnsldtnCustomerText

      @Nonnull public CustomerText.CustomerTextBuilder cnsldtnCustomerText(@Nullable String cnsldtnCustomerText)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: CnsldtnCustomerText

      Returns:
      this.
    • build

      @Nonnull public CustomerText build()
    • toString

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