java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition.DocumentDef.DocumentDefBuilder
Enclosing class:
DocumentDef

public static final class DocumentDef.DocumentDefBuilder extends Object
Helper class to allow for fluent creation of DocumentDef instances.
  • Method Details

    • reportDef

      @Nonnull public DocumentDef.DocumentDefBuilder reportDef(ReportDef value)
      Navigation property _ReportDef for DocumentDef to single ReportDef.
      Parameters:
      value - The ReportDef to build this DocumentDef with.
      Returns:
      This Builder to allow for a fluent interface.
    • statryRptDef

      @Nonnull public DocumentDef.DocumentDefBuilder statryRptDef(@Nullable String statryRptDef)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: StatryRptDef

      Returns:
      this.
    • statryRptDocumentID

      @Nonnull public DocumentDef.DocumentDefBuilder statryRptDocumentID(@Nullable String statryRptDocumentID)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: StatryRptDocumentID

      Returns:
      this.
    • build

      @Nonnull public DocumentDef build()
    • toString

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