com.sugestio.client.call
Class GetItemCall

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

public class GetItemCall
extends Call
implements java.util.concurrent.Callable<SugestioResult<Item>>


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

GetItemCall

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

call

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