Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask.SAP__Message
Packages that use SAP__Message
-
Uses of SAP__Message 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 SAP__MessageModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Activity,SAP__Message> Activity._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final ComplexProperty.Collection<Phase,SAP__Message> Phase._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final ComplexProperty.Collection<Run,SAP__Message> Run._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final ComplexProperty.Collection<Task,SAP__Message> Task._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty.Collection<SAP__Message,String> SAP__Message.ADDITIONAL_TARGETSstatic final SimpleProperty.String<SAP__Message>SAP__Message.CODEstatic final SimpleProperty.String<SAP__Message>SAP__Message.LONGTEXT_URLstatic final SimpleProperty.String<SAP__Message>SAP__Message.MESSAGEstatic final SimpleProperty.NumericInteger<SAP__Message>SAP__Message.NUMERIC_SEVERITYstatic final SimpleProperty.String<SAP__Message>SAP__Message.TARGETstatic final SimpleProperty.Boolean<SAP__Message>SAP__Message.TRANSITIONMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask that return SAP__MessageMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask that return types with arguments of type SAP__MessageModifier and TypeMethodDescriptionActivity.get_Messages()Constraints: Not nullablePhase.get_Messages()Constraints: Not nullableRun.get_Messages()Constraints: Not nullableTask.get_Messages()Constraints: Not nullableSAP__Message.getType()Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with type arguments of type SAP__MessageModifier and TypeMethodDescriptionActivity.ActivityBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablePhase.PhaseBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableRun.RunBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableTask.TaskBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidActivity.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidPhase.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidRun.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidTask.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableConstructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with type arguments of type SAP__MessageModifierConstructorDescriptionActivity(UUID statryRptActivityUUID, UUID statryRptPhaseUUID, UUID statryRptTaskUUID, String statryRptgEntity, String statryRptCategory, String statryRptActivityId, String statryRptActivityType, String statryRptActivityPhase, String statryRptActivityStatus, LocalDate statryRptTaskDueDate, Collection<SAP__Message> _Messages, Phase to_Phase, List<Run> to_Run, Task to_Task) Phase(UUID statryRptPhaseUUID, UUID statryRptTaskUUID, String statryRptgEntity, String statryRptCategory, String statryRptCatPhase, LocalDate statryRptDueDate, String statryRptPhaseStatus, Collection<SAP__Message> _Messages, List<Activity> to_Activity, Task to_Task) Run(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) Task(UUID statryRptTaskUUID, String statryRptgEntity, String statryRptCategory, String country, String statryRptTaskStatus, LocalDate statryRptTaskDueDate, LocalDate statryRptTaskPeriodStartDate, LocalDate statryRptTaskPeriodEndDate, String reportingYear, Collection<SAP__Message> _Messages, List<Phase> to_Phase)