Uses of Class
org.odata4j.producer.resources.BatchBodyPart

Packages that use BatchBodyPart
org.odata4j.producer.resources   
 

Uses of BatchBodyPart in org.odata4j.producer.resources
 

Methods in org.odata4j.producer.resources that return types with arguments of type BatchBodyPart
 List<BatchBodyPart> ODataBatchProvider.readFrom(Class<List<BatchBodyPart>> type, Type genericType, Annotation[] antns, MediaType mt, MultivaluedMap<String,String> mm, InputStream inputStream)
           
 

Methods in org.odata4j.producer.resources with parameters of type BatchBodyPart
static String ODataBatchProvider.createResponseBodyPart(BatchBodyPart bodyPart, Response response)
           
 

Method parameters in org.odata4j.producer.resources with type arguments of type BatchBodyPart
 Response EntitiesRequestResource.processBatch(ContextResolver<ODataProducer> producerResolver, HttpHeaders headers, Request request, String format, String callback, List<BatchBodyPart> bodyParts)
           
 List<BatchBodyPart> ODataBatchProvider.readFrom(Class<List<BatchBodyPart>> type, Type genericType, Annotation[] antns, MediaType mt, MultivaluedMap<String,String> mm, InputStream inputStream)
           
 



http://odata4j.org