Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition.ReportDef
Packages that use ReportDef
Package
Description
-
Uses of ReportDef 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 ReportDefModifier and TypeFieldDescriptionstatic final SimpleProperty<ReportDef>ReportDef.ALL_FIELDSSelector for all available fields of ReportDef.static final SimpleProperty.String<ReportDef>ReportDef.STATRY_RPT_DEFstatic 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.static final NavigationProperty.Single<ReportParameterDef,ReportDef> ReportParameterDef.TO__REPORT_DEFUse with available request builders to apply the _ReportDef navigation property to query operations.static final NavigationProperty.Collection<ReportDef,ReportParameterDef> ReportDef.TO__REPORT_PARAMETER_DEFUse with available request builders to apply the _ReportParameterDef navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition that return ReportDefMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition that return types with arguments of type ReportDefModifier and TypeMethodDescriptionio.vavr.control.Option<ReportDef>DocumentDef.getReportDefIfPresent()Retrieval of associated ReportDef entity (one to one).io.vavr.control.Option<ReportDef>ReportParameterDef.getReportDefIfPresent()Retrieval of associated ReportDef entity (one to one).ReportDef.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition with parameters of type ReportDefModifier and TypeMethodDescriptionNavigation property _ReportDef for DocumentDef to single ReportDef.Navigation property _ReportDef for ReportParameterDef to single ReportDef.voidDocumentDef.setReportDef(ReportDef value) Overwrites the associated ReportDef entity for the loaded navigation property _ReportDef.voidReportParameterDef.setReportDef(ReportDef value) Overwrites the associated ReportDef entity for the loaded navigation property _ReportDef.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition with parameters of type ReportDefModifierConstructorDescriptionDocumentDef(String statryRptDef, String statryRptDocumentID, ReportDef to_ReportDef) ReportParameterDef(String statryRptDef, String statryRptParameterID, String statryRptParameterIsOptional, String statryRptParamIsSelOption, ReportDef to_ReportDef) -
Uses of ReportDef 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 ReportDefModifier and TypeMethodDescriptionDefaultStatutoryReportingReportDefinitionService.countReportDef()StatutoryReportingReportDefinitionService.countReportDef()Fetch the number of entries from theReportDefentity collection matching the filter and search expressions.DefaultStatutoryReportingReportDefinitionService.getAllReportDef()StatutoryReportingReportDefinitionService.getAllReportDef()Fetch multipleReportDefentities.DefaultStatutoryReportingReportDefinitionService.getReportDefByKey(String statryRptDef) StatutoryReportingReportDefinitionService.getReportDefByKey(String statryRptDef) Fetch a singleReportDefentity using key fields.