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

public static class Nf_fatura.Nf_faturaBuilder extends Object
  • Method Details

    • nf_id

      @Nonnull public Nf_fatura.Nf_faturaBuilder nf_id(@Nullable String nf_id)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: nf_id

      Returns:
      this.
    • exercicio

      @Nonnull public Nf_fatura.Nf_faturaBuilder exercicio(@Nullable String exercicio)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: exercicio

      Returns:
      this.
    • num_tit

      @Nonnull public Nf_fatura.Nf_faturaBuilder num_tit(@Nullable String num_tit)
      (Key Field) Constraints: Not nullable, Maximum length: 250

      Original property name from the Odata EDM: num_tit

      Returns:
      this.
    • empresa

      @Nonnull public Nf_fatura.Nf_faturaBuilder empresa(@Nullable String empresa)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Returns:
      this.
    • filial

      @Nonnull public Nf_fatura.Nf_faturaBuilder filial(@Nullable String filial)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: filial

      Returns:
      this.
    • ind_emit

      @Nonnull public Nf_fatura.Nf_faturaBuilder ind_emit(@Nullable String ind_emit)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_emit

      Returns:
      this.
    • ind_tit

      @Nonnull public Nf_fatura.Nf_faturaBuilder ind_tit(@Nullable String ind_tit)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ind_tit

      Returns:
      this.
    • desc_tit

      @Nonnull public Nf_fatura.Nf_faturaBuilder desc_tit(@Nullable String desc_tit)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: desc_tit

      Returns:
      this.
    • qtd_parc

      @Nonnull public Nf_fatura.Nf_faturaBuilder qtd_parc(@Nullable Integer qtd_parc)
      Constraints: Not nullable

      Original property name from the Odata EDM: qtd_parc

      Returns:
      this.
    • vl_tit

      @Nonnull public Nf_fatura.Nf_faturaBuilder vl_tit(@Nullable BigDecimal vl_tit)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_tit

      Returns:
      this.
    • _Messages

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

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public Nf_fatura build()
    • toString

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