org.odata4j.producer.resources
Class EntityRequestResource
java.lang.Object
org.odata4j.producer.resources.BaseResource
org.odata4j.producer.resources.EntityRequestResource
public class EntityRequestResource
- extends BaseResource
Method Summary |
Response |
deleteEntity(HttpContext context,
ODataProducer producer,
String entitySetName,
String id)
|
Response |
getEntity(HttpContext context,
ODataProducer producer,
String entitySetName,
String id,
String format,
String callback)
|
LinksRequestResource |
getLinks()
|
PropertyRequestResource |
getNavProperty()
|
PropertyRequestResource |
getSimpleNavProperty()
|
Response |
mergeEntity(HttpContext context,
ODataProducer producer,
String entitySetName,
String id)
|
Response |
updateEntity(HttpContext context,
ODataProducer producer,
String entitySetName,
String id)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityRequestResource
public EntityRequestResource()
deleteEntity
public Response deleteEntity(@Context
HttpContext context,
@Context
ODataProducer producer,
String entitySetName,
String id)
getEntity
public Response getEntity(@Context
HttpContext context,
@Context
ODataProducer producer,
String entitySetName,
String id,
String format,
String callback)
getLinks
public LinksRequestResource getLinks()
getNavProperty
public PropertyRequestResource getNavProperty()
getSimpleNavProperty
public PropertyRequestResource getSimpleNavProperty()
mergeEntity
public Response mergeEntity(@Context
HttpContext context,
@Context
ODataProducer producer,
String entitySetName,
String id)
updateEntity
public Response updateEntity(@Context
HttpContext context,
@Context
ODataProducer producer,
String entitySetName,
String id)
http://odata4j.org