Uses of Class
org.gbif.api.model.common.messaging.Response
Packages that use Response
-
Uses of Response in org.gbif.api.model.common.messaging
Subclasses of Response in org.gbif.api.model.common.messagingModifier and TypeClassDescriptionclass
ResponseChain<T,
R> Response that can contain a list of related responses.Methods in org.gbif.api.model.common.messaging that return ResponseMethods in org.gbif.api.model.common.messaging that return types with arguments of type ResponseMethods in org.gbif.api.model.common.messaging with parameters of type ResponseModifier and TypeMethodDescriptionvoid
Adds a response to the list of related response.void
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 ResponseModifier and TypeMethodDescriptionvoid
ResponseChain.setRelatedResponses
(List<Response<R>> relatedResponses) Constructors in org.gbif.api.model.common.messaging with parameters of type Response