Uses of Class
org.apache.juneau.http.response.Created
Packages that use Created
Package
Description
HTTP Response Exception Beans
-
Uses of Created in org.apache.juneau.http
Fields in org.apache.juneau.http declared as CreatedModifier and TypeFieldDescriptionstatic final Created
HttpResponses.CREATED
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return Created -
Uses of Created in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as CreatedModifier and TypeFieldDescriptionstatic final Created
Created.INSTANCE
Default unmodifiable instanceMethods in org.apache.juneau.http.response that return CreatedModifier and TypeMethodDescriptionCreated.copy()
Creates a builder for this class initialized with the contents of this bean.Created.setContent
(String value) Created.setContent
(HttpEntity value) Created.setHeader2
(String name, String value) Created.setHeader2
(Header value) Created.setHeaders
(List<Header> values) Created.setHeaders
(HeaderList value) Created.setHeaders2
(Header... values) Created.setLocale2
(Locale value) Created.setLocation
(String value) Created.setLocation
(URI value) Created.setProtocolVersion
(ProtocolVersion value) Created.setReasonPhrase2
(String value) Created.setReasonPhraseCatalog
(ReasonPhraseCatalog value) Created.setStatusCode2
(int value) Created.setStatusLine
(BasicStatusLine value) Created.setUnmodifiable()
Constructors in org.apache.juneau.http.response with parameters of type Created