java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Venda_exp.Venda_expBuilder
Enclosing class:
Venda_exp

public static class Venda_exp.Venda_expBuilder extends Object
  • Method Details

    • empresa

      @Nonnull public Venda_exp.Venda_expBuilder empresa(@Nullable String empresa)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Returns:
      this.
    • dt_lancto

      @Nonnull public Venda_exp.Venda_expBuilder dt_lancto(@Nullable String dt_lancto)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_lancto

      Returns:
      this.
    • cnpj_exp

      @Nonnull public Venda_exp.Venda_expBuilder cnpj_exp(@Nullable String cnpj_exp)
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj_exp

      Returns:
      this.
    • cod_ncm

      @Nonnull public Venda_exp.Venda_expBuilder cod_ncm(@Nullable String cod_ncm)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: cod_ncm

      Returns:
      this.
    • vl_venda

      @Nonnull public Venda_exp.Venda_expBuilder vl_venda(@Nullable BigDecimal vl_venda)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_venda

      Returns:
      this.
    • _Messages

      @Nonnull public Venda_exp.Venda_expBuilder _Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public Venda_exp build()
    • toString

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