Uses of Class
org.genesys.amphibian.client.model.StatisticsData
-
Packages that use StatisticsData Package Description org.genesys.amphibian.client.api org.genesys.amphibian.client.model -
-
Uses of StatisticsData in org.genesys.amphibian.client.api
Methods in org.genesys.amphibian.client.api that return types with arguments of type StatisticsData Modifier and Type Method Description List<StatisticsData>PreviewApi. getStatisticsData(UUID uuid, Integer sheet, List<String> fields, Long startRow, Integer limit)Get the statistics of the parsed dataset Use the same reference UUID as provided when ingesting a datasetorg.springframework.http.ResponseEntity<List<StatisticsData>>PreviewApi. getStatisticsDataWithHttpInfo(UUID uuid, Integer sheet, List<String> fields, Long startRow, Integer limit)Get the statistics of the parsed dataset Use the same reference UUID as provided when ingesting a dataset -
Uses of StatisticsData in org.genesys.amphibian.client.model
Methods in org.genesys.amphibian.client.model that return StatisticsData Modifier and Type Method Description StatisticsDataStatisticsData. addDistinctValuesItem(Object distinctValuesItem)StatisticsDataStatisticsData. distinctValues(Set<Object> distinctValues)StatisticsDataStatisticsData. numberOfDistinct(Integer numberOfDistinct)StatisticsDataStatisticsData. numberOfNull(Long numberOfNull)StatisticsDataStatisticsData. totalValues(Long totalValues)
-