Class ReportDef.ReportDefBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition.ReportDef.ReportDefBuilder
- Enclosing class:
- ReportDef
Helper class to allow for fluent creation of ReportDef instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()documentDef(DocumentDef... value) Navigation property _DocumentDef for ReportDef to multiple DocumentDef.reportParameterDef(ReportParameterDef... value) Navigation property _ReportParameterDef for ReportDef to multiple ReportParameterDef.statryRptDef(String statryRptDef) (Key Field) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
documentDef
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
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
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptDef
- Returns:
this.
-
build
-
toString
-