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