Uses of Class
org.genesys.amphibian.client.model.ObservationChart
-
Packages that use ObservationChart Package Description org.genesys.amphibian.client.api org.genesys.amphibian.client.model -
-
Uses of ObservationChart in org.genesys.amphibian.client.api
Methods in org.genesys.amphibian.client.api that return types with arguments of type ObservationChart Modifier and Type Method Description List<ObservationChart>DatasetsApi. getObservationsCharts(String tableKey, List<UUID> fields, TraitDataFilter traitDataFilter)Generate charts Get charts of integer and coded observations from this datasetorg.springframework.http.ResponseEntity<List<ObservationChart>>DatasetsApi. getObservationsChartsWithHttpInfo(String tableKey, List<UUID> fields, TraitDataFilter traitDataFilter)Generate charts Get charts of integer and coded observations from this dataset -
Uses of ObservationChart in org.genesys.amphibian.client.model
Methods in org.genesys.amphibian.client.model that return ObservationChart Modifier and Type Method Description ObservationChartObservationChart. addCategoriesItem(Category categoriesItem)ObservationChartObservationChart. categories(List<Category> categories)ObservationChartObservationChart. descriptor(UUID descriptor)ObservationChartObservationChart. nullValues(Long nullValues)
-