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

public static class Checklist.ChecklistBuilder extends Object
  • Method Details

    • empresa

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

      Original property name from the Odata EDM: filial

      Returns:
      this.
    • checklist

      @Nonnull public Checklist.ChecklistBuilder checklist(@Nullable String checklist)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: checklist

      Returns:
      this.
    • vig_de

      @Nonnull public Checklist.ChecklistBuilder vig_de(@Nullable LocalDate vig_de)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: vig_de

      Returns:
      this.
    • orgstr_key

      @Nonnull public Checklist.ChecklistBuilder orgstr_key(@Nullable String orgstr_key)
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: orgstr_key

      Returns:
      this.
    • cnpj_root

      @Nonnull public Checklist.ChecklistBuilder cnpj_root(@Nullable String cnpj_root)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: cnpj_root

      Returns:
      this.
    • ie

      @Nonnull public Checklist.ChecklistBuilder ie(@Nullable String ie)
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: ie

      Returns:
      this.
    • central_efd

      @Nonnull public Checklist.ChecklistBuilder central_efd(@Nullable String central_efd)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: central_efd

      Returns:
      this.
    • vig_ate

      @Nonnull public Checklist.ChecklistBuilder vig_ate(@Nullable LocalDate vig_ate)
      Constraints: Nullable

      Original property name from the Odata EDM: vig_ate

      Returns:
      this.
    • answer

      @Nonnull public Checklist.ChecklistBuilder answer(@Nullable String answer)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: answer

      Returns:
      this.
    • note

      @Nonnull public Checklist.ChecklistBuilder note(@Nullable String note)
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: note

      Returns:
      this.
    • userid

      @Nonnull public Checklist.ChecklistBuilder userid(@Nullable String userid)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: userid

      Returns:
      this.
    • udate

      @Nonnull public Checklist.ChecklistBuilder udate(@Nullable LocalDate udate)
      Constraints: Nullable

      Original property name from the Odata EDM: udate

      Returns:
      this.
    • uzeit

      @Nonnull public Checklist.ChecklistBuilder uzeit(@Nullable LocalTime uzeit)
      Constraints: Not nullable

      Original property name from the Odata EDM: uzeit

      Returns:
      this.
    • _Messages

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

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public Checklist build()
    • toString

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