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

public static class Contprvrb.ContprvrbBuilder extends Object
  • Method Details

    • empresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      this.
    • filial

      @Nonnull public Contprvrb.ContprvrbBuilder filial(@Nullable String filial)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: filial

      Returns:
      this.
    • per_ref

      @Nonnull public Contprvrb.ContprvrbBuilder per_ref(@Nullable String per_ref)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: per_ref

      Returns:
      this.
    • cod_inc_trib

      @Nonnull public Contprvrb.ContprvrbBuilder cod_inc_trib(@Nullable String cod_inc_trib)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: cod_inc_trib

      Returns:
      this.
    • vl_rec_tot

      @Nonnull public Contprvrb.ContprvrbBuilder vl_rec_tot(@Nullable BigDecimal vl_rec_tot)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_rec_tot

      Returns:
      this.
    • vl_rec_ativ

      @Nonnull public Contprvrb.ContprvrbBuilder vl_rec_ativ(@Nullable BigDecimal vl_rec_ativ)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_rec_ativ

      Returns:
      this.
    • vl_rec_demais_ativ

      @Nonnull public Contprvrb.ContprvrbBuilder vl_rec_demais_ativ(@Nullable BigDecimal vl_rec_demais_ativ)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_rec_demais_ativ

      Returns:
      this.
    • info_compl

      @Nonnull public Contprvrb.ContprvrbBuilder info_compl(@Nullable String info_compl)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: info_compl

      Returns:
      this.
    • _Messages

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

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public Contprvrb build()
    • toString

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