Uses of Enum
jakarta.ws.rs.core.Response.Status.Family
Packages that use Response.Status.Family
Package
Description
High-level interfaces and annotations used to create RESTful service resources.
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of Response.Status.Family in jakarta.ws.rs
Methods in jakarta.ws.rs with parameters of type Response.Status.FamilyModifier and TypeMethodDescription(package private) static ResponseWebApplicationException.validate(Response response, Response.Status.Family expectedStatusFamily) Validate that aResponseobject has an expected HTTP response status code set. -
Uses of Response.Status.Family in jakarta.ws.rs.core
Subclasses with type arguments of type Response.Status.Family in jakarta.ws.rs.coreModifier and TypeClassDescriptionstatic enumAn enumeration representing the class of status code.Fields in jakarta.ws.rs.core declared as Response.Status.FamilyMethods in jakarta.ws.rs.core that return Response.Status.FamilyModifier and TypeMethodDescriptionstatic Response.Status.FamilyResponse.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.FamilyReturns the enum constant of this type with the specified name.static Response.Status.Family[]Response.Status.Family.values()Returns an array containing the constants of this enum type, in the order they are declared.