Uses of Enum
org.apache.olingo.commons.api.http.HttpStatusCode
Packages that use HttpStatusCode
Package
Description
Contains all the HTTP related objects which are used for handling of OData responses and OData requests.
-
Uses of HttpStatusCode in org.apache.olingo.commons.api.http
Methods in org.apache.olingo.commons.api.http that return HttpStatusCodeModifier and TypeMethodDescriptionstatic HttpStatusCode
HttpStatusCode.fromStatusCode
(int statusCode) Converts a numerical status code into the corresponding status enum object.static HttpStatusCode
Returns the enum constant of this type with the specified name.static HttpStatusCode[]
HttpStatusCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.