org.odata4j.producer.resources
Class EntitiesRequestResource
java.lang.Object
org.odata4j.producer.resources.BaseResource
org.odata4j.producer.resources.EntitiesRequestResource
public class EntitiesRequestResource
- extends BaseResource
Method Summary |
Response |
createEntity(HttpContext context,
ODataProducer producer,
String entitySetName)
|
Response |
getEntities(HttpContext context,
ODataProducer producer,
String entitySetName,
String inlineCount,
String top,
String skip,
String filter,
String orderBy,
String format,
String callback,
String skipToken)
|
EntitiesRequestResource
public EntitiesRequestResource()
createEntity
public Response createEntity(@Context
HttpContext context,
@Context
ODataProducer producer,
String entitySetName)
getEntities
public Response getEntities(@Context
HttpContext context,
@Context
ODataProducer producer,
String entitySetName,
String inlineCount,
String top,
String skip,
String filter,
String orderBy,
String format,
String callback,
String skipToken)
http://odata4j.org