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

public static class Op_cartao.Op_cartaoBuilder extends Object
  • Method Details

    • empresa

      @Nonnull public Op_cartao.Op_cartaoBuilder 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 Op_cartao.Op_cartaoBuilder filial(@Nullable String filial)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: filial

      Returns:
      this.
    • cod_part

      @Nonnull public Op_cartao.Op_cartaoBuilder cod_part(@Nullable String cod_part)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_part

      Returns:
      this.
    • dt_registro

      @Nonnull public Op_cartao.Op_cartaoBuilder dt_registro(@Nullable String dt_registro)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_registro

      Returns:
      this.
    • tot_credito

      @Nonnull public Op_cartao.Op_cartaoBuilder tot_credito(@Nullable BigDecimal tot_credito)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: tot_credito

      Returns:
      this.
    • tot_debito

      @Nonnull public Op_cartao.Op_cartaoBuilder tot_debito(@Nullable BigDecimal tot_debito)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: tot_debito

      Returns:
      this.
    • _Messages

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

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public Op_cartao build()
    • toString

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