Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition.ReportParameterDef
Packages that use ReportParameterDef
Package
Description
-
Uses of ReportParameterDef 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 ReportParameterDefModifier and TypeFieldDescriptionstatic final SimpleProperty<ReportParameterDef>ReportParameterDef.ALL_FIELDSSelector for all available fields of ReportParameterDef.static final SimpleProperty.String<ReportParameterDef>ReportParameterDef.STATRY_RPT_DEFstatic final SimpleProperty.String<ReportParameterDef>ReportParameterDef.STATRY_RPT_PARAM_IS_SEL_OPTIONstatic final SimpleProperty.String<ReportParameterDef>ReportParameterDef.STATRY_RPT_PARAMETER_IDstatic final SimpleProperty.String<ReportParameterDef>ReportParameterDef.STATRY_RPT_PARAMETER_IS_OPTIONALstatic 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 ReportParameterDefMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition that return types with arguments of type ReportParameterDefModifier and TypeMethodDescriptionio.vavr.control.Option<List<ReportParameterDef>>ReportDef.getReportParameterDefIfPresent()Retrieval of associated ReportParameterDef entities (one to many).ReportParameterDef.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition with parameters of type ReportParameterDefModifier and TypeMethodDescriptionvoidReportDef.addReportParameterDef(ReportParameterDef... entity) Adds elements to the list of associated ReportParameterDef entities.ReportDef.ReportDefBuilder.reportParameterDef(ReportParameterDef... value) Navigation property _ReportParameterDef for ReportDef to multiple ReportParameterDef.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingreportdefinition with type arguments of type ReportParameterDefModifier and TypeMethodDescriptionvoidReportDef.setReportParameterDef(List<ReportParameterDef> value) Overwrites the list of associated ReportParameterDef entities for the loaded navigation property _ReportParameterDef. -
Uses of ReportParameterDef 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 ReportParameterDefModifier and TypeMethodDescriptionDefaultStatutoryReportingReportDefinitionService.countReportParameterDef()StatutoryReportingReportDefinitionService.countReportParameterDef()Fetch the number of entries from theReportParameterDefentity collection matching the filter and search expressions.DefaultStatutoryReportingReportDefinitionService.getAllReportParameterDef()StatutoryReportingReportDefinitionService.getAllReportParameterDef()Fetch multipleReportParameterDefentities.DefaultStatutoryReportingReportDefinitionService.getReportParameterDefByKey(String statryRptDef, String statryRptParameterID) StatutoryReportingReportDefinitionService.getReportParameterDefByKey(String statryRptDef, String statryRptParameterID) Fetch a singleReportParameterDefentity using key fields.