com.sugestio.client.call
Class GetConsumptionCall

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

public class GetConsumptionCall
extends Call
implements java.util.concurrent.Callable<SugestioResult<Consumption>>


Field Summary
 
Fields inherited from class com.sugestio.client.call.Call
config, consumptionId, itemId, jClient, resourceType, userId
 
Constructor Summary
GetConsumptionCall(com.sun.jersey.api.client.Client jClient, SugestioConfig config, java.lang.String consumptionId)
           
 
Method Summary
 SugestioResult<Consumption> 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

GetConsumptionCall

public GetConsumptionCall(com.sun.jersey.api.client.Client jClient,
                          SugestioConfig config,
                          java.lang.String consumptionId)
Method Detail

call

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