Package | Description |
---|---|
org.gbif.api.model.common.messaging |
Modifier and Type | Class and Description |
---|---|
class |
ResponseChain<T,R>
Response that can contain a list of related responses.
|
Modifier and Type | Method and Description |
---|---|
Response<T> |
Response.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Response<R>> |
ResponseChain.getRelatedResponses() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseChain.setRelatedResponses(List<Response<R>> relatedResponses) |
Constructor and Description |
---|
Response(Response<T> response) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.