org.odata4j.core
Interface OEntityDeleteRequest

All Superinterfaces:
OEntityRequest<Void>
All Known Implementing Classes:
ConsumerDeleteEntityRequest

public interface OEntityDeleteRequest
extends OEntityRequest<Void>

A consumer-side entity-request builder, used for DELETE operations of a single entity. Call OEntityRequest.execute() to issue the request.


Method Summary
 OEntityDeleteRequest ifMatch(String precondition)
          Overrides the If-Match precondition.
 
Methods inherited from interface org.odata4j.core.OEntityRequest
execute, nav, nav
 

Method Detail

ifMatch

OEntityDeleteRequest ifMatch(String precondition)
Overrides the If-Match precondition.

The If-Match header will default to the entity-tag of the entity used to start the builder sequence.

Parameters:
precondition - null, an entity-tag, or *
Returns:
the modification-request builder


http://odata4j.org