Uses of Enum Class
dev.vality.damsel.reports.ReportStatus
Packages that use ReportStatus
-
Uses of ReportStatus in dev.vality.damsel.reports
Fields in dev.vality.damsel.reports declared as ReportStatusMethods in dev.vality.damsel.reports that return ReportStatusModifier and TypeMethodDescriptionstatic ReportStatusReportStatus.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.Report.getStatus()static ReportStatusReturns the enum constant of this class with the specified name.static ReportStatus[]ReportStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.reports with parameters of type ReportStatusConstructors in dev.vality.damsel.reports with parameters of type ReportStatusModifierConstructorDescriptionReport(long report_id, ReportTimeRange time_range, String created_at, ReportType report_type, ReportStatus status)