Uses of Interface
org.apache.olingo.client.api.communication.response.ODataBatchResponse
Packages that use ODataBatchResponse
Package
Description
-
Uses of ODataBatchResponse in org.apache.olingo.client.core.communication.request
Methods in org.apache.olingo.client.core.communication.request that return types with arguments of type ODataBatchResponseConstructors in org.apache.olingo.client.core.communication.request with parameters of type ODataBatchResponse -
Uses of ODataBatchResponse in org.apache.olingo.client.core.communication.request.batch
Classes in org.apache.olingo.client.core.communication.request.batch that implement ODataBatchResponseMethods in org.apache.olingo.client.core.communication.request.batch that return ODataBatchResponseModifier and TypeMethodDescriptionAbstractBatchManager.getResponse(long timeout, TimeUnit unit) protected abstract ODataBatchResponseAbstractBatchManager.getResponseInstance(long timeout, TimeUnit unit) protected ODataBatchResponseODataBatchRequestImpl.BatchManagerImpl.getResponseInstance(long timeout, TimeUnit unit) -
Uses of ODataBatchResponse in org.apache.olingo.client.core.communication.response.batch
Constructors in org.apache.olingo.client.core.communication.response.batch with parameters of type ODataBatchResponseModifierConstructorDescriptionODataBatchResponseManager(ODataBatchResponse res, List<ODataBatchResponseItem> expectedItems) Constructor.ODataBatchResponseManager(ODataBatchResponse res, List<ODataBatchResponseItem> expectedItems, boolean continueOnError)