Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition.DocumentDef
Packages that use DocumentDef
Package
Description
-
Uses of DocumentDef in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition with type parameters of type DocumentDefModifier and TypeFieldDescriptionstatic final SimpleProperty<DocumentDef>DocumentDef.ALL_FIELDSSelector for all available fields of DocumentDef.static final SimpleProperty.String<DocumentDef>DocumentDef.STATRY_RPT_DEFstatic final SimpleProperty.String<DocumentDef>DocumentDef.STATRY_RPT_DOCUMENT_IDstatic final NavigationProperty.Collection<ReportDef,DocumentDef> ReportDef.TO__DOCUMENT_DEFUse with available request builders to apply the _DocumentDef navigation property to query operations.static final NavigationProperty.Single<DocumentDef,ReportDef> DocumentDef.TO__REPORT_DEFUse with available request builders to apply the _ReportDef navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition that return DocumentDefMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition that return types with arguments of type DocumentDefModifier and TypeMethodDescriptionio.vavr.control.Option<List<DocumentDef>>ReportDef.getDocumentDefIfPresent()Retrieval of associated DocumentDef entities (one to many).DocumentDef.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition with parameters of type DocumentDefModifier and TypeMethodDescriptionvoidReportDef.addDocumentDef(DocumentDef... entity) Adds elements to the list of associated DocumentDef entities.ReportDef.ReportDefBuilder.documentDef(DocumentDef... value) Navigation property _DocumentDef for ReportDef to multiple DocumentDef.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition with type arguments of type DocumentDefModifier and TypeMethodDescriptionvoidReportDef.setDocumentDef(List<DocumentDef> value) Overwrites the list of associated DocumentDef entities for the loaded navigation property _DocumentDef.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition with type arguments of type DocumentDefModifierConstructorDescriptionReportDef(String statryRptDef, List<DocumentDef> to_DocumentDef, List<ReportParameterDef> to_ReportParameterDef) -
Uses of DocumentDef in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type DocumentDefModifier and TypeMethodDescriptionDefaultStatutoryReportingReportDefinitionService.countDocumentDef()StatutoryReportingReportDefinitionService.countDocumentDef()Fetch the number of entries from theDocumentDefentity collection matching the filter and search expressions.DefaultStatutoryReportingReportDefinitionService.getAllDocumentDef()StatutoryReportingReportDefinitionService.getAllDocumentDef()Fetch multipleDocumentDefentities.DefaultStatutoryReportingReportDefinitionService.getDocumentDefByKey(String statryRptDef, String statryRptDocumentID) StatutoryReportingReportDefinitionService.getDocumentDefByKey(String statryRptDef, String statryRptDocumentID) Fetch a singleDocumentDefentity using key fields.