Class ReportParameterDef.ReportParameterDefBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition.ReportParameterDef.ReportParameterDefBuilder
- Enclosing class:
- ReportParameterDef
Helper class to allow for fluent creation of ReportParameterDef instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property _ReportDef for ReportParameterDef to single ReportDef.statryRptDef(String statryRptDef) (Key Field) Constraints: Not nullable, Maximum length: 30statryRptParameterID(String statryRptParameterID) (Key Field) Constraints: Not nullable, Maximum length: 30statryRptParameterIsOptional(String statryRptParameterIsOptional) Constraints: Not nullable, Maximum length: 1statryRptParamIsSelOption(String statryRptParamIsSelOption) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
reportDef
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: 30Original 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: 30Original property name from the Odata EDM: StatryRptParameterID
- Returns:
this.
-
statryRptParameterIsOptional
@Nonnull public ReportParameterDef.ReportParameterDefBuilder statryRptParameterIsOptional(@Nullable String statryRptParameterIsOptional) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: StatryRptParameterIsOptional
- Returns:
this.
-
statryRptParamIsSelOption
@Nonnull public ReportParameterDef.ReportParameterDefBuilder statryRptParamIsSelOption(@Nullable String statryRptParamIsSelOption) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: StatryRptParamIsSelOption
- Returns:
this.
-
build
-
toString
-