com.sugestio.client.call
Class GetAnalyticsCall

java.lang.Object
  extended by com.sugestio.client.call.Call
      extended by com.sugestio.client.call.GetAnalyticsCall
All Implemented Interfaces:
java.util.concurrent.Callable<SugestioResult<Analytics>>

public class GetAnalyticsCall
extends Call
implements java.util.concurrent.Callable<SugestioResult<Analytics>>


Field Summary
 
Fields inherited from class com.sugestio.client.call.Call
config, consumptionId, itemId, jClient, resourceType, userId
 
Constructor Summary
GetAnalyticsCall(com.sun.jersey.api.client.Client jClient, SugestioConfig config, java.lang.Integer limit)
           
 
Method Summary
 SugestioResult<Analytics> call()
           
 
Methods inherited from class com.sugestio.client.call.Call
getOauthFilter, getUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAnalyticsCall

public GetAnalyticsCall(com.sun.jersey.api.client.Client jClient,
                        SugestioConfig config,
                        java.lang.Integer limit)
Method Detail

call

public SugestioResult<Analytics> call()
                               throws SugestioException
Specified by:
call in interface java.util.concurrent.Callable<SugestioResult<Analytics>>
Throws:
SugestioException