Uses of Interface
org.apache.olingo.client.api.communication.request.batch.ODataBatchRequest
Packages that use ODataBatchRequest
Package
Description
-
Uses of ODataBatchRequest in org.apache.olingo.client.api.communication.request
Methods in org.apache.olingo.client.api.communication.request with parameters of type ODataBatchRequestModifier and TypeMethodDescriptionvoid
ODataBatchableRequest.batch
(ODataBatchRequest req) Writes (and consume) the request onto the given batch stream.void
ODataBatchableRequest.batch
(ODataBatchRequest req, String contentId) Writes (and consume) the request onto the given batch stream.AsyncRequestFactory.getAsyncBatchRequestWrapper
(ODataBatchRequest odataRequest) -
Uses of ODataBatchRequest in org.apache.olingo.client.api.communication.request.batch
Methods in org.apache.olingo.client.api.communication.request.batch that return ODataBatchRequestModifier and TypeMethodDescriptionBatchRequestFactory.getBatchRequest
(String serviceRoot) Gets a batch request object instance.ODataBatchRequest.rawAppend
(byte[] toBeStreamed) Appends the given byte array to the payload.ODataBatchRequest.rawAppend
(byte[] toBeStreamed, int off, int len) Appends the given byte array to the payload.