Uses of Class
org.genesys.amphibian.client.model.ResponsePage
-
Packages that use ResponsePage Package Description org.genesys.amphibian.client.api -
-
Uses of ResponsePage in org.genesys.amphibian.client.api
Methods in org.genesys.amphibian.client.api that return ResponsePage Modifier and Type Method Description ResponsePageDatasetsApi. getObservations(String tableKey, List<UUID> fields, Integer p, Integer l, TraitDataFilter traitDataFilter)Get accession observations from this datasetMethods in org.genesys.amphibian.client.api that return types with arguments of type ResponsePage Modifier and Type Method Description org.springframework.http.ResponseEntity<ResponsePage>DatasetsApi. getObservationsWithHttpInfo(String tableKey, List<UUID> fields, Integer p, Integer l, TraitDataFilter traitDataFilter)Get accession observations from this dataset
-