Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask.RunParameter
Packages that use RunParameter
Package
Description
-
Uses of RunParameter in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with type parameters of type RunParameterModifier and TypeFieldDescriptionstatic final SimpleProperty<RunParameter>RunParameter.ALL_FIELDSSelector for all available fields of RunParameter.static final SimpleProperty.Guid<RunParameter>RunParameter.STATRY_RPT_ACTIVITY_UUIDstatic final SimpleProperty.String<RunParameter>RunParameter.STATRY_RPT_CATEGORYstatic final SimpleProperty.Guid<RunParameter>RunParameter.STATRY_RPT_PHASE_UUIDstatic final SimpleProperty.String<RunParameter>RunParameter.STATRY_RPT_RUN_PARAM_IDstatic final SimpleProperty.String<RunParameter>RunParameter.STATRY_RPT_RUN_PARAM_RNGE_HIGH_VALUEstatic final SimpleProperty.String<RunParameter>RunParameter.STATRY_RPT_RUN_PARAM_RNGE_LOW_VALUEstatic final SimpleProperty.String<RunParameter>RunParameter.STATRY_RPT_RUN_PARAM_RNGE_OPTIONstatic final SimpleProperty.String<RunParameter>RunParameter.STATRY_RPT_RUN_PARAM_RNGE_SIGNstatic final SimpleProperty.Guid<RunParameter>RunParameter.STATRY_RPT_RUN_PARAM_UUIDstatic final SimpleProperty.Guid<RunParameter>RunParameter.STATRY_RPT_RUN_UUIDstatic final SimpleProperty.Guid<RunParameter>RunParameter.STATRY_RPT_TASK_UUIDstatic final SimpleProperty.String<RunParameter>RunParameter.STATRY_RPTG_ENTITYstatic final NavigationProperty.Single<RunParameter,Run> RunParameter.TO__RUNUse with available request builders to apply the _Run navigation property to query operations.static final NavigationProperty.Collection<Run,RunParameter> Use with available request builders to apply the _RunParameter navigation property to query operations.static final NavigationProperty.Single<RunParameter,Task> RunParameter.TO__TASKUse with available request builders to apply the _Task navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask that return RunParameterMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask that return types with arguments of type RunParameterModifier and TypeMethodDescriptionio.vavr.control.Option<List<RunParameter>>Run.getRunParameterIfPresent()Retrieval of associated RunParameter entities (one to many).RunParameter.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with parameters of type RunParameterModifier and TypeMethodDescriptionvoidRun.addRunParameter(RunParameter... entity) Adds elements to the list of associated RunParameter entities.Run.RunBuilder.runParameter(RunParameter... value) Navigation property _RunParameter for Run to multiple RunParameter.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with type arguments of type RunParameterModifier and TypeMethodDescriptionvoidRun.setRunParameter(List<RunParameter> value) Overwrites the list of associated RunParameter entities for the loaded navigation property _RunParameter.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with type arguments of type RunParameterModifierConstructorDescriptionRun(UUID statryRptRunUUID, UUID statryRptActivityUUID, UUID statryRptPhaseUUID, UUID statryRptTaskUUID, String statryRptgEntity, String statryRptCategory, String statryRptRunID, String statryRptRunStatus, String statryRptRunType, OffsetDateTime statryRptSubmittedDateTime, String statryRptCatPhase, String statryRptDef, LocalDate statryRptTaskPeriodStartDate, LocalDate statryRptTaskPeriodEndDate, LocalDate statryRptTaskDueDate, String reportingYear, String applicationJobName, Collection<SAP__Message> _Messages, Activity to_Activity, List<RunParameter> to_RunParameter, Task to_Task) -
Uses of RunParameter 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 RunParameterModifier and TypeMethodDescriptionDefaultStatutoryReportingTaskService.countRunParameter()StatutoryReportingTaskService.countRunParameter()Fetch the number of entries from theRunParameterentity collection matching the filter and search expressions.DefaultStatutoryReportingTaskService.getAllRunParameter()StatutoryReportingTaskService.getAllRunParameter()Fetch multipleRunParameterentities.DefaultStatutoryReportingTaskService.getRunParameterByKey(UUID statryRptRunParamUUID) StatutoryReportingTaskService.getRunParameterByKey(UUID statryRptRunParamUUID) Fetch a singleRunParameterentity using key fields.