Uses of Class
org.apache.juneau.http.response.UnprocessableEntity
Packages that use UnprocessableEntity
Package
Description
HTTP Response Exception Beans
- 
Uses of UnprocessableEntity in org.apache.juneau.httpFields in org.apache.juneau.http declared as UnprocessableEntityModifier and TypeFieldDescriptionstatic final UnprocessableEntityHttpResponses.UNPROCESSABLE_ENTITIYA synonym forINSTANCE.Methods in org.apache.juneau.http that return UnprocessableEntityModifier and TypeMethodDescriptionstatic final UnprocessableEntityHttpResponses.unprocessableEntity()A shortcut for callingUnprocessableEntity().
- 
Uses of UnprocessableEntity in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as UnprocessableEntityModifier and TypeFieldDescriptionstatic final UnprocessableEntityUnprocessableEntity.INSTANCEReusable unmodifiable instanceMethods in org.apache.juneau.http.response that return UnprocessableEntityModifier and TypeMethodDescriptionUnprocessableEntity.copy()Creates a modifiable copy of this bean.UnprocessableEntity.setHeader2(String name, Object value) UnprocessableEntity.setHeaders(HeaderList value) UnprocessableEntity.setHeaders2(Header... values) UnprocessableEntity.setLocale2(Locale value) UnprocessableEntity.setMessage(String message, Object... args) UnprocessableEntity.setProtocolVersion(ProtocolVersion value) UnprocessableEntity.setReasonPhrase2(String value) UnprocessableEntity.setReasonPhraseCatalog(ReasonPhraseCatalog value) UnprocessableEntity.setStatusCode2(int code) UnprocessableEntity.setStatusLine(BasicStatusLine value) UnprocessableEntity.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type UnprocessableEntityModifierConstructorDescriptionprotectedUnprocessableEntity(UnprocessableEntity copyFrom) Copy constructor.