Class CnsldtnCustomerText.CnsldtnCustomerTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcustomer.CnsldtnCustomerText.CnsldtnCustomerTextBuilder
Enclosing class:
CnsldtnCustomerText

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

    • customer

      Navigation property _Customer for CnsldtnCustomerText to single CnsldtnCustomer.
      Parameters:
      value - The CnsldtnCustomer to build this CnsldtnCustomerText with.
      Returns:
      This Builder to allow for a fluent interface.
    • customer

      @Nonnull public CnsldtnCustomerText.CnsldtnCustomerTextBuilder customer(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Customer

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

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • customerName

      @Nonnull public CnsldtnCustomerText.CnsldtnCustomerTextBuilder customerName(@Nullable String customerName)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: CustomerName

      Returns:
      this.
    • cnsldtnIsAdditionalMasterData

      @Nonnull public CnsldtnCustomerText.CnsldtnCustomerTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData)
      Constraints: Not nullable

      Original property name from the Odata EDM: CnsldtnIsAdditionalMasterData

      Returns:
      this.
    • build

      @Nonnull public CnsldtnCustomerText build()
    • toString

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