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

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

    • documentDef

      @Nonnull public ReportDef.ReportDefBuilder documentDef(DocumentDef... value)
      Navigation property _DocumentDef for ReportDef to multiple DocumentDef.
      Parameters:
      value - The DocumentDefs to build this ReportDef with.
      Returns:
      This Builder to allow for a fluent interface.
    • reportParameterDef

      @Nonnull public ReportDef.ReportDefBuilder reportParameterDef(ReportParameterDef... value)
      Navigation property _ReportParameterDef for ReportDef to multiple ReportParameterDef.
      Parameters:
      value - The ReportParameterDefs to build this ReportDef with.
      Returns:
      This Builder to allow for a fluent interface.
    • statryRptDef

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

      Original property name from the Odata EDM: StatryRptDef

      Returns:
      this.
    • build

      @Nonnull public ReportDef build()
    • toString

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