Uses of Interface
org.apache.olingo.odata2.api.client.batch.BatchPart
-
Packages that use BatchPart Package Description 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 Modifier and Type Class Description classBatchChangeSetA BatchChangeSetclassBatchQueryPartA 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 Modifier and Type Method Description InputStreamEntityProvider.EntityProviderInterface. writeBatchRequest(List<BatchPart> batchParts, String boundary)Create Batch Request body as InputStream.static InputStreamEntityProvider. writeBatchRequest(List<BatchPart> batchParts, String boundary)Create Batch Request body as InputStream.
-