Uses of Class
org.zalando.problem.Status
-
Packages that use Status Package Description org.zalando.problem -
-
Uses of Status in org.zalando.problem
Methods in org.zalando.problem that return Status Modifier and Type Method Description static StatusStatus. valueOf(int code)Creates a Status instance from the given code.static StatusStatus. valueOf(String name)Returns 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.
-