org.odata4j.consumer
Class ConsumerDeleteLinkRequest

java.lang.Object
  extended by org.odata4j.consumer.AbstractConsumerEntityRequest<Void>
      extended by org.odata4j.consumer.ConsumerDeleteLinkRequest
All Implemented Interfaces:
OEntityRequest<Void>

public class ConsumerDeleteLinkRequest
extends AbstractConsumerEntityRequest<Void>

Delete-link-request implementation.


Constructor Summary
ConsumerDeleteLinkRequest(ODataClient client, String serviceRootUri, EdmDataServices metadata, OEntityId sourceEntity, String targetNavProp, Object... targetKeyValues)
           
 
Method Summary
 Void execute()
          Sends the entity-request to the OData service and returns the response.
 
Methods inherited from class org.odata4j.consumer.AbstractConsumerEntityRequest
getClient, getMetadata, getSegments, getServiceRootUri, nav, nav, toSingleLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsumerDeleteLinkRequest

public ConsumerDeleteLinkRequest(ODataClient client,
                                 String serviceRootUri,
                                 EdmDataServices metadata,
                                 OEntityId sourceEntity,
                                 String targetNavProp,
                                 Object... targetKeyValues)
Method Detail

execute

public Void execute()
             throws ODataProducerException
Description copied from interface: OEntityRequest
Sends the entity-request to the OData service and returns the response.

Returns:
the operation response
Throws:
ODataProducerException - error from the producer


http://odata4j.org