Uses of Class
org.gbif.api.model.common.messaging.Response
-
Packages that use Response Package Description org.gbif.api.model.common.messaging -
-
Uses of Response in org.gbif.api.model.common.messaging
Subclasses of Response in org.gbif.api.model.common.messaging Modifier and Type Class Description class
ResponseChain<T,R>
Response that can contain a list of related responses.Methods in org.gbif.api.model.common.messaging that return Response Modifier and Type Method Description Response<T>
Response.Builder. build()
Methods in org.gbif.api.model.common.messaging that return types with arguments of type Response Modifier and Type Method Description List<Response<R>>
ResponseChain. getRelatedResponses()
Methods in org.gbif.api.model.common.messaging with parameters of type Response Modifier and Type Method Description void
ResponseChain. append(Response<R> response)
Adds a response to the list of related response.void
Response. copyTo(Response<?> response)
Response.Builder<T>
Response.Builder. fromResponse(Response<?> otherResponse)
Creates an builder using/copying a response object.Method parameters in org.gbif.api.model.common.messaging with type arguments of type Response Modifier and Type Method Description void
ResponseChain. setRelatedResponses(List<Response<R>> relatedResponses)
Constructors in org.gbif.api.model.common.messaging with parameters of type Response Constructor Description Response(Response<T> response)
-