Uses of Enum
org.eu.zajc.akiwrapper.core.utils.route.Status
Packages that use Status
-
Uses of Status in org.eu.zajc.akiwrapper.core.exceptions
Methods in org.eu.zajc.akiwrapper.core.exceptions that return StatusConstructors in org.eu.zajc.akiwrapper.core.exceptions with parameters of type Status -
Uses of Status in org.eu.zajc.akiwrapper.core.utils.route
Methods in org.eu.zajc.akiwrapper.core.utils.route that return StatusModifier and TypeMethodDescriptionstatic StatusStatus.fromHtml(org.jsoup.nodes.Element gameRoot) static StatusStatus.fromJson(org.json.JSONObject json) static StatusStatus.fromString(String completion) Response.getStatus()static StatusReturns the enum constant of this type with the specified name.static Status[]Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eu.zajc.akiwrapper.core.utils.route with parameters of type Status