Class Response.Builder<T>
java.lang.Object
org.gbif.api.model.common.messaging.Response.Builder<T>
- Type Parameters:
T
- type of the content field
Builder for Response objects.
Source code generated using: http://code.google.com/p/bpep/.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
fromResponse
(Response<?> otherResponse) Creates an builder using/copying a response object.messageKey
(String messageKey) rootException
(Throwable rootException) status
(Response.Status status) statusCode
(Integer statusCode)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
content
-
fromResponse
Creates an builder using/copying a response object. -
message
-
messageKey
-
rootException
-
status
-
statusCode
-