Uses of Class
com.atlassian.confluence.plugins.edgeindex.rest.CountItem
-
Packages that use CountItem Package Description com.atlassian.confluence.plugins.edgeindex.rest -
-
Uses of CountItem in com.atlassian.confluence.plugins.edgeindex.rest
Methods in com.atlassian.confluence.plugins.edgeindex.rest that return types with arguments of type CountItem Modifier and Type Method Description List<CountItem>StreamItem. getCounts()Method parameters in com.atlassian.confluence.plugins.edgeindex.rest with type arguments of type CountItem Modifier and Type Method Description voidStreamItem. setCounts(List<CountItem> counts)Constructor parameters in com.atlassian.confluence.plugins.edgeindex.rest with type arguments of type CountItem Constructor Description StreamItem(long id, String title, String url, UserDto author, String friendlyDate, String date, int numberOfLikes, int numberOfComments, List<CountItem> counts)
-