com.sugestio.client.call
Class DeleteCall

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

public class DeleteCall
extends Call
implements java.util.concurrent.Callable<SugestioResult<java.lang.String>>


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

DeleteCall

public DeleteCall(com.sun.jersey.api.client.Client jClient,
                  SugestioConfig config,
                  SugestioClient.ResourceType resourceType,
                  java.lang.String userId,
                  java.lang.String itemId,
                  java.lang.String consumptionId)
Method Detail

call

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