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.
 
 
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