Uses of Interface
org.apache.olingo.odata2.api.client.batch.BatchPart
Packages that use BatchPart
Package
Description
Entity Provider
-
Uses of BatchPart in org.apache.olingo.odata2.api.client.batch
Classes in org.apache.olingo.odata2.api.client.batch that implement BatchPartModifier and TypeClassDescriptionclassA BatchChangeSetclassA 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 BatchPartModifier and TypeMethodDescriptionEntityProvider.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. -
Uses of BatchPart in org.apache.olingo.odata2.core.batch
Classes in org.apache.olingo.odata2.core.batch that implement BatchPartMethod parameters in org.apache.olingo.odata2.core.batch with type arguments of type BatchPartModifier and TypeMethodDescriptionBatchRequestWriter.writeBatchRequest(List<BatchPart> batchParts, String boundary) -
Uses of BatchPart in org.apache.olingo.odata2.core.ep
Method parameters in org.apache.olingo.odata2.core.ep with type arguments of type BatchPartModifier and TypeMethodDescriptionProviderFacadeImpl.writeBatchRequest(List<BatchPart> batchParts, String boundary)