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

public static class Estoq_mov.Estoq_movBuilder extends Object
  • Method Details

    • empresa

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

      Original property name from the Odata EDM: filial

      Returns:
      this.
    • centro

      @Nonnull public Estoq_mov.Estoq_movBuilder centro(@Nullable String centro)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: centro

      Returns:
      this.
    • dt_mov

      @Nonnull public Estoq_mov.Estoq_movBuilder dt_mov(@Nullable String dt_mov)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_mov

      Returns:
      this.
    • cod_item_ori

      @Nonnull public Estoq_mov.Estoq_movBuilder cod_item_ori(@Nullable String cod_item_ori)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item_ori

      Returns:
      this.
    • cod_item_dest

      @Nonnull public Estoq_mov.Estoq_movBuilder cod_item_dest(@Nullable String cod_item_dest)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item_dest

      Returns:
      this.
    • qtd

      @Nonnull public Estoq_mov.Estoq_movBuilder qtd(@Nullable BigDecimal qtd)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: qtd

      Returns:
      this.
    • qtd_dest

      @Nonnull public Estoq_mov.Estoq_movBuilder qtd_dest(@Nullable BigDecimal qtd_dest)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: qtd_dest

      Returns:
      this.
    • _Messages

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

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public Estoq_mov build()
    • toString

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