java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.goldentaxinterfacecustomertype.GTICustomer.GTICustomerBuilder
Enclosing class:
GTICustomer

public static class GTICustomer.GTICustomerBuilder extends Object
  • Method Details

    • customer

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

      Original property name from the Odata EDM: Customer

      Returns:
      this.
    • customerType

      @Nonnull public GTICustomer.GTICustomerBuilder customerType(@Nullable String customerType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CustomerType

      Returns:
      this.
    • build

      @Nonnull public GTICustomer build()
    • toString

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