Uses of Enum
javax.ws.rs.core.Response.Status.Family
Packages that use Response.Status.Family
Package
Description
Low-level interfaces and annotations used to create RESTful service
resources.
-
Uses of Response.Status.Family in javax.ws.rs.core
Subclasses with type arguments of type Response.Status.Family in javax.ws.rs.coreModifier and TypeClassDescriptionstatic enumAn enumeration representing the class of status code.Fields in javax.ws.rs.core declared as Response.Status.FamilyMethods in javax.ws.rs.core that return Response.Status.FamilyModifier and TypeMethodDescriptionResponse.Status.getFamily()Get the class of status codeResponse.StatusType.getFamily()Get the class of status codestatic 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.