-
Methods Method Description com.solibri.smc.api.checking.Result.getCategories() This method is deprecated as only one category may belong to a result.Use
Result.getCategory()
instead.com.solibri.smc.api.checking.Result.withCategories(Collection<? extends ResultCategory>) This method is deprecated as only one category can be assigned to a result.Use
Result.withCategory(ResultCategory)
instead.