Class CustomerText.CustomerTextBuilder

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

public static class CustomerText.CustomerTextBuilder extends Object
  • Method Details

    • 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.
    • 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.
    • longTextID

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

      Original property name from the Odata EDM: LongTextID

      Returns:
      this.
    • longText

      @Nonnull public CustomerText.CustomerTextBuilder longText(@Nullable String longText)
      Constraints: none

      Original property name from the Odata EDM: LongText

      Returns:
      this.
    • build

      @Nonnull public CustomerText build()
    • toString

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