org.odata4j.producer.resources
Class PropertyRequestResource
java.lang.Object
org.odata4j.producer.resources.BaseResource
org.odata4j.producer.resources.PropertyRequestResource
public class PropertyRequestResource
- extends BaseResource
Method Summary |
Response |
deleteEntity(HttpContext context,
ODataProducer producer,
String entitySetName,
String id,
String navProp)
|
Response |
getNavProperty(HttpContext context,
ODataProducer producer,
String entitySetName,
String id,
String navProp,
String inlineCount,
String top,
String skip,
String filter,
String orderBy,
String format,
String callback,
String skipToken,
String expand,
String select)
|
Response |
mergeEntity(HttpContext context,
ODataProducer producer,
HttpHeaders headers,
String entitySetName,
String id,
String navProp)
|
Response |
updateEntity(HttpContext context,
ODataProducer producer,
String entitySetName,
String id,
String navProp)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyRequestResource
public PropertyRequestResource()
deleteEntity
public Response deleteEntity(@Context
HttpContext context,
@Context
ODataProducer producer,
String entitySetName,
String id,
String navProp)
getNavProperty
public Response getNavProperty(@Context
HttpContext context,
@Context
ODataProducer producer,
String entitySetName,
String id,
String navProp,
String inlineCount,
String top,
String skip,
String filter,
String orderBy,
String format,
String callback,
String skipToken,
String expand,
String select)
mergeEntity
public Response mergeEntity(@Context
HttpContext context,
@Context
ODataProducer producer,
@Context
HttpHeaders headers,
String entitySetName,
String id,
String navProp)
updateEntity
public Response updateEntity(@Context
HttpContext context,
@Context
ODataProducer producer,
String entitySetName,
String id,
String navProp)
http://odata4j.org