Uses of Interface
org.apache.olingo.odata2.api.client.batch.BatchPart

Packages that use BatchPart
org.apache.olingo.odata2.api.client.batch   
org.apache.olingo.odata2.api.ep Entity Provider 
 

Uses of BatchPart in org.apache.olingo.odata2.api.client.batch
 

Classes in org.apache.olingo.odata2.api.client.batch that implement BatchPart
 class BatchChangeSet
          A BatchChangeSet
 class BatchQueryPart
          A BatchQueryPart
 

Uses of BatchPart in org.apache.olingo.odata2.api.ep
 

Method parameters in org.apache.olingo.odata2.api.ep with type arguments of type BatchPart
static InputStream EntityProvider.writeBatchRequest(List<BatchPart> batchParts, String boundary)
          Create Batch Request body as InputStream.
 InputStream EntityProvider.EntityProviderInterface.writeBatchRequest(List<BatchPart> batchParts, String boundary)
          Create Batch Request body as InputStream.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.