Uses of Enum Class
com.soklet.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in com.soklet
Subclasses with type arguments of type StatusCode in com.sokletMethods in com.soklet that return StatusCodeModifier and TypeMethodDescriptionRedirectType.getStatusCode()The HTTP status code for this redirect type.static StatusCodeReturns the enum constant of this class with the specified name.static StatusCode[]StatusCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet that return types with arguments of type StatusCodeModifier and TypeMethodDescriptionstatic Optional<StatusCode> StatusCode.fromStatusCode(Integer statusCode) Given an HTTP status code, return the corresponding enum value.