Uses of Class
me.memerator.api.entity.ReportStatus
| Package | Description |
|---|---|
| me.memerator.api.entity | |
| me.memerator.api.object |
-
Uses of ReportStatus in me.memerator.api.entity
Methods in me.memerator.api.entity that return ReportStatus Modifier and Type Method Description static ReportStatusReportStatus. fromInt(int status)static ReportStatusReportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportStatus[]ReportStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReportStatus in me.memerator.api.object
Methods in me.memerator.api.object that return ReportStatus Modifier and Type Method Description ReportStatusReport. getStatus()The status of the report.