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 TypeMethodDescriptionvoidODataBatchableRequest.batch(ODataBatchRequest req) Writes (and consume) the request onto the given batch stream.voidODataBatchableRequest.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. -
Uses of ODataBatchRequest in org.apache.olingo.client.core.communication.request
Methods in org.apache.olingo.client.core.communication.request with parameters of type ODataBatchRequestModifier and TypeMethodDescriptionvoidAbstractODataBasicRequest.batch(ODataBatchRequest req) Serializes the full request into the given batch request.voidAbstractODataBasicRequest.batch(ODataBatchRequest req, String contentId) Serializes the full request into the given batch request.AsyncRequestFactoryImpl.getAsyncBatchRequestWrapper(ODataBatchRequest odataRequest) Constructors in org.apache.olingo.client.core.communication.request with parameters of type ODataBatchRequestModifierConstructorDescriptionprotectedAsyncBatchRequestWrapperImpl(ODataClient odataClient, ODataBatchRequest odataRequest) -
Uses of ODataBatchRequest in org.apache.olingo.client.core.communication.request.batch
Classes in org.apache.olingo.client.core.communication.request.batch that implement ODataBatchRequestFields in org.apache.olingo.client.core.communication.request.batch declared as ODataBatchRequestModifier and TypeFieldDescriptionprotected final ODataBatchRequestAbstractBatchManager.reqbatch request reference.protected ODataBatchRequestAbstractODataBatchRequestItem.reqOData batch request.Methods in org.apache.olingo.client.core.communication.request.batch that return ODataBatchRequestModifier and TypeMethodDescriptionBatchRequestFactoryImpl.getBatchRequest(String serviceRoot) ODataBatchRequestImpl.rawAppend(byte[] toBeStreamed) ODataBatchRequestImpl.rawAppend(byte[] toBeStreamed, int off, int len) Methods in org.apache.olingo.client.core.communication.request.batch with parameters of type ODataBatchRequestModifier and TypeMethodDescriptionvoidAbstractODataBatchRequest.batch(ODataBatchRequest req) Writes (and consume) the request onto the given batch stream.Constructors in org.apache.olingo.client.core.communication.request.batch with parameters of type ODataBatchRequestModifierConstructorDescriptionprotectedAbstractBatchManager(ODataBatchRequest req, Wrapper<Future<org.apache.http.HttpResponse>> futureWrap, boolean continueOnError) Constructor.ODataChangesetImpl(ODataBatchRequest req, ODataChangesetResponseItem expectedResItem, ODataBatchRequestContext batchRequestController) Constructor.ODataSingleRequestImpl(ODataBatchRequest req, ODataSingleResponseItem expectedResItem, ODataBatchRequestContext batchRequestController) Constructor. -
Uses of ODataBatchRequest in org.apache.olingo.client.core.communication.request.streamed
Methods in org.apache.olingo.client.core.communication.request.streamed with parameters of type ODataBatchRequestModifier and TypeMethodDescriptionvoidAbstractODataStreamedRequest.batch(ODataBatchRequest req) Writes (and consume) the request onto the given batch stream.voidAbstractODataStreamedRequest.batch(ODataBatchRequest req, String contentId) Writes (and consume) the request onto the given batch stream.