Uses of Interface
org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem
Packages that use ODataBatchResponseItem
Package
Description
-
Uses of ODataBatchResponseItem in org.apache.olingo.client.api.communication.response
Methods in org.apache.olingo.client.api.communication.response that return types with arguments of type ODataBatchResponseItem -
Uses of ODataBatchResponseItem in org.apache.olingo.client.core.communication.request.batch
Classes in org.apache.olingo.client.core.communication.request.batch that implement ODataBatchResponseItemModifier and TypeClassDescriptionclassAbstract representation of a response item about a batch request.classChangeset wrapper for the corresponding batch item.classRetrieve response wrapper for the corresponding batch item.Fields in org.apache.olingo.client.core.communication.request.batch with type parameters of type ODataBatchResponseItemModifier and TypeFieldDescriptionprotected final List<ODataBatchResponseItem>AbstractODataBatchRequest.expectedResItemsExpected batch response items.Methods in org.apache.olingo.client.core.communication.request.batch that return types with arguments of type ODataBatchResponseItemMethods in org.apache.olingo.client.core.communication.request.batch with parameters of type ODataBatchResponseItemModifier and TypeMethodDescriptionprotected voidAbstractODataBatchRequest.addExpectedResItem(ODataBatchResponseItem item) -
Uses of ODataBatchResponseItem in org.apache.olingo.client.core.communication.response.batch
Methods in org.apache.olingo.client.core.communication.response.batch that return ODataBatchResponseItemConstructor parameters in org.apache.olingo.client.core.communication.response.batch with type arguments of type ODataBatchResponseItemModifierConstructorDescriptionODataBatchResponseManager(ODataBatchResponse res, List<ODataBatchResponseItem> expectedItems) Constructor.ODataBatchResponseManager(ODataBatchResponse res, List<ODataBatchResponseItem> expectedItems, boolean continueOnError)