Uses of Class
org.projectnessie.client.http.Status
-
Packages that use Status Package Description org.projectnessie.client.http -
-
Uses of Status in org.projectnessie.client.http
Methods in org.projectnessie.client.http that return Status Modifier and Type Method Description static StatusStatus. fromCode(int code)get Status enum from http return code.StatusResponseContext. getResponseCode()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.
-