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.http
Fields in org.apache.juneau.http declared as UnprocessableEntityModifier and TypeFieldDescriptionstatic final UnprocessableEntity
HttpResponses.UNPROCESSABLE_ENTITIY
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return UnprocessableEntityModifier and TypeMethodDescriptionstatic final UnprocessableEntity
HttpResponses.unprocessableEntity()
A shortcut for callingUnprocessableEntity()
. -
Uses of UnprocessableEntity in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as UnprocessableEntityModifier and TypeFieldDescriptionstatic final UnprocessableEntity
UnprocessableEntity.INSTANCE
Reusable 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 UnprocessableEntityModifierConstructorDescriptionprotected
UnprocessableEntity
(UnprocessableEntity copyFrom) Copy constructor.