| Public Methods |
|
Response
|
createEntity(HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String payload)
|
|
Response
|
getEntities(HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)
|
|
Response
|
getEntitiesCount(HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String count, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)
|
|
Response
|
getEntitiesParenthesis(HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)
|
|
Response
|
processBatch(ContextResolver<ODataProducer> producerResolver, HttpHeaders headers, Request request, List<BatchBodyPart> bodyParts)
|