Uses of Class
com.sugestio.client.model.Report

Packages that use Report
com.sugestio.client   
com.sugestio.client.model   
 

Uses of Report in com.sugestio.client
 

Methods in com.sugestio.client that return types with arguments of type Report
 java.util.List<Report> SugestioClient.getAnalytics(java.lang.Integer limit)
          Get analytics data.
 

Uses of Report in com.sugestio.client.model
 

Methods in com.sugestio.client.model that return types with arguments of type Report
 java.util.List<Report> Analytics.getReports()