java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.Customer.CustomerBuilder
Enclosing class:
Customer

public static class Customer.CustomerBuilder extends Object
  • Method Details

    • customer_ID

      @Nonnull public Customer.CustomerBuilder customer_ID(@Nullable String customer_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Customer_ID

      Returns:
      this.
    • customerText

      @Nonnull public Customer.CustomerBuilder customerText(@Nullable String customerText)
      Constraints: none

      Original property name from the Odata EDM: CustomerText

      Returns:
      this.
    • build

      @Nonnull public Customer build()
    • toString

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