Class ReportParameterDef.ReportParameterDefBuilder

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

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

    • reportDef

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

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

      Original property name from the Odata EDM: StatryRptDef

      Returns:
      this.
    • statryRptParameterID

      @Nonnull public ReportParameterDef.ReportParameterDefBuilder statryRptParameterID(@Nullable String statryRptParameterID)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: StatryRptParameterID

      Returns:
      this.
    • statryRptParameterIsOptional

      @Nonnull public ReportParameterDef.ReportParameterDefBuilder statryRptParameterIsOptional(@Nullable String statryRptParameterIsOptional)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: StatryRptParameterIsOptional

      Returns:
      this.
    • statryRptParamIsSelOption

      @Nonnull public ReportParameterDef.ReportParameterDefBuilder statryRptParamIsSelOption(@Nullable String statryRptParamIsSelOption)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: StatryRptParamIsSelOption

      Returns:
      this.
    • build

      @Nonnull public ReportParameterDef build()
    • toString

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