Uses of Class
com.atlassian.confluence.plugins.edgeindex.rest.CountItem

Packages that use CountItem
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
 java.util.List<CountItem> StreamItem.getCounts()
           
 

Method parameters in com.atlassian.confluence.plugins.edgeindex.rest with type arguments of type CountItem
 void StreamItem.setCounts(java.util.List<CountItem> counts)
           
 

Constructor parameters in com.atlassian.confluence.plugins.edgeindex.rest with type arguments of type CountItem
StreamItem(long id, java.lang.String title, java.lang.String url, UserDto author, java.lang.String friendlyDate, int numberOfLikes, int numberOfComments, java.util.List<CountItem> counts)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.