Uses of Enum Class
jakarta.ws.rs.core.Response.Status.Family
Package
Description
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of Response.Status.Family in jakarta.ws.rs.core
Modifier and TypeMethodDescriptionstatic Response.Status.Family
Response.Status.Family.familyOf
(int statusCode) Get the response status family for the status code.Response.Status.getFamily()
Get the class of status code.Response.StatusType.getFamily()
Get the class of status code.static Response.Status.Family
Returns the enum constant of this class with the specified name.static Response.Status.Family[]
Response.Status.Family.values()
Returns an array containing the constants of this enum class, in the order they are declared.