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

public static class Rel_part.Rel_partBuilder extends Object
  • Method Details

    • empresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      this.
    • cnpj

      @Nonnull public Rel_part.Rel_partBuilder cnpj(@Nullable String cnpj)
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj

      Returns:
      this.
    • cod_rel

      @Nonnull public Rel_part.Rel_partBuilder cod_rel(@Nullable String cod_rel)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_rel

      Returns:
      this.
    • dt_ini_rel

      @Nonnull public Rel_part.Rel_partBuilder dt_ini_rel(@Nullable String dt_ini_rel)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_ini_rel

      Returns:
      this.
    • cod_part

      @Nonnull public Rel_part.Rel_partBuilder 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_fin_rel

      @Nonnull public Rel_part.Rel_partBuilder dt_fin_rel(@Nullable String dt_fin_rel)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_fin_rel

      Returns:
      this.
    • _Messages

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

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public Rel_part build()
    • toString

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