Uses of Class
org.genesys.amphibian.client.model.Category
-
Packages that use Category Package Description org.genesys.amphibian.client.model -
-
Uses of Category in org.genesys.amphibian.client.model
Methods in org.genesys.amphibian.client.model that return Category Modifier and Type Method Description CategoryCategory. count(Long count)CategoryCategory. value(String value)Methods in org.genesys.amphibian.client.model that return types with arguments of type Category Modifier and Type Method Description List<Category>ObservationChart. getCategories()Get categoriesMethods in org.genesys.amphibian.client.model with parameters of type Category Modifier and Type Method Description ObservationChartObservationChart. addCategoriesItem(Category categoriesItem)Method parameters in org.genesys.amphibian.client.model with type arguments of type Category Modifier and Type Method Description ObservationChartObservationChart. categories(List<Category> categories)voidObservationChart. setCategories(List<Category> categories)
-