Uses of Enum Class
com.morpheusdata.model.ReportResult.Status
Packages that use ReportResult.Status
-
Uses of ReportResult.Status in com.morpheusdata.core
Methods in com.morpheusdata.core with parameters of type ReportResult.StatusModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.CompletableMorpheusReportService.updateReportResultStatus(ReportResult reportResult, ReportResult.Status status) Updates the status of theReportResult. -
Uses of ReportResult.Status in com.morpheusdata.model
Fields in com.morpheusdata.model declared as ReportResult.StatusMethods in com.morpheusdata.model that return ReportResult.StatusModifier and TypeMethodDescriptionReportResult.getStatus()static ReportResult.StatusReturns the enum constant of this class with the specified name.static ReportResult.Status[]ReportResult.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.morpheusdata.model with parameters of type ReportResult.Status