Uses of Interface
org.apache.olingo.client.api.communication.response.ODataResponse
Packages that use ODataResponse
Package
Description
-
Uses of ODataResponse in org.apache.olingo.client.api.communication.request
Classes in org.apache.olingo.client.api.communication.request with type parameters of type ODataResponseModifier and TypeInterfaceDescriptioninterfaceAsyncRequestWrapper<R extends ODataResponse>interfaceODataBasicRequest<T extends ODataResponse>Basic OData request.interfaceODataPayloadManager<T extends ODataResponse>OData request payload management abstract class.interfaceODataStreamedRequest<V extends ODataResponse,T extends ODataPayloadManager<V>> Streamed OData request interface.Methods in org.apache.olingo.client.api.communication.request with type parameters of type ODataResponseModifier and TypeMethodDescription<R extends ODataResponse>
AsyncRequestWrapper<R>AsyncRequestFactory.getAsyncRequestWrapper(ODataRequest odataRequest) -
Uses of ODataResponse in org.apache.olingo.client.api.communication.request.batch
Methods in org.apache.olingo.client.api.communication.request.batch with parameters of type ODataResponseModifier and TypeMethodDescriptionvoidODataBatchResponseItem.addResponse(String contentId, ODataResponse res) Adds the given OData response template to the current OData batch response item. -
Uses of ODataResponse in org.apache.olingo.client.api.communication.request.streamed
Classes in org.apache.olingo.client.api.communication.request.streamed with type parameters of type ODataResponseModifier and TypeInterfaceDescriptioninterfaceODataStreamedEntityRequest<V extends ODataResponse,T extends ODataPayloadManager<V>> Abstract class representing a request concerning a streamed entity. -
Uses of ODataResponse in org.apache.olingo.client.api.communication.response
Classes in org.apache.olingo.client.api.communication.response with type parameters of type ODataResponseSubinterfaces of ODataResponse in org.apache.olingo.client.api.communication.responseModifier and TypeInterfaceDescriptioninterfaceinterfaceThis class implements a response to a batch request.interfaceThis class implements the response to an OData delete request.interfaceODataEntityCreateResponse<E extends ClientEntity>This interface describes the response to an OData entity create request.interfaceODataEntityUpdateResponse<E extends ClientEntity>This class implements the response to an OData update request.interfaceODataInvokeResponse<T extends ClientInvokeResult>This class implements a response to a specific invoke request.interfaceODataMediaEntityCreateResponse<E extends ClientEntity>This class implements the response to an OData media entity create request.interfaceODataMediaEntityUpdateResponse<E extends ClientEntity>This class implements the response to an Odata media entity update request.interfaceThis class implements the response to an OData update entity property request.interfaceThis interface represents a generic OData response.interfaceThis class implements the response to an OData Reference Adding request.interfaceThis class implements a response to a specific query request.interfaceThis class implements the response to an Odata stream create/update request.interfaceThis class implements the response to an OData update entity property request.Methods in org.apache.olingo.client.api.communication.response that return ODataResponseModifier and TypeMethodDescriptionODataResponse.initFromBatch(Map.Entry<Integer, String> responseLine, Map<String, Collection<String>> headers, ODataBatchLineIterator batchLineIterator, String boundary) Initializes response from batch response item.ODataResponse.initFromEnclosedPart(InputStream part) Initializes response from an enclosed HTTP response.ODataResponse.initFromHttpResponse(org.apache.http.HttpResponse res) Initializes OData response from HTTP response. -
Uses of ODataResponse in org.apache.olingo.client.core.communication.request
Classes in org.apache.olingo.client.core.communication.request with type parameters of type ODataResponseModifier and TypeClassDescriptionclassAbstractODataBasicRequest<T extends ODataResponse>Basic request abstract implementation.classAbstractODataStreamManager<T extends ODataResponse>OData request payload management abstract class.classAsyncRequestWrapperImpl<R extends ODataResponse>Fields in org.apache.olingo.client.core.communication.request declared as ODataResponseModifier and TypeFieldDescriptionprotected RAsyncRequestWrapperImpl.AsyncResponseWrapperImpl.responseMethods in org.apache.olingo.client.core.communication.request with type parameters of type ODataResponseModifier and TypeMethodDescription<R extends ODataResponse>
AsyncRequestWrapper<R>AsyncRequestFactoryImpl.getAsyncRequestWrapper(ODataRequest odataRequest) <V extends ODataResponse>
VAbstractODataRequest.getResponseTemplate()Gets an empty response that can be initialized by a stream. -
Uses of ODataResponse in org.apache.olingo.client.core.communication.request.batch
Classes in org.apache.olingo.client.core.communication.request.batch with type parameters of type ODataResponseModifier and TypeClassDescriptionclassAbstractODataBatchRequest<V extends ODataResponse,T extends ODataPayloadManager<V>> This class implements a batch request.Classes in org.apache.olingo.client.core.communication.request.batch that implement ODataResponseFields in org.apache.olingo.client.core.communication.request.batch declared as ODataResponseModifier and TypeFieldDescriptionprotected ODataResponseAbstractODataBatchResponseItem.currentLast cached OData response.Fields in org.apache.olingo.client.core.communication.request.batch with type parameters of type ODataResponseModifier and TypeFieldDescriptionprotected Iterator<ODataResponse>AbstractODataBatchResponseItem.expectedItemsIteratorExpected OData responses iterator.protected final Map<String,ODataResponse> AbstractODataBatchResponseItem.responsesExpected OData responses for the current batch response item.Methods in org.apache.olingo.client.core.communication.request.batch that return ODataResponseModifier and TypeMethodDescriptionprotected ODataResponseAbstractODataBatchResponseItem.getResponse(String contentId) Gets response about the given contentId.ODataChangesetResponseItem.next()ODataSingleResponseItem.next()Methods in org.apache.olingo.client.core.communication.request.batch that return types with arguments of type ODataResponseModifier and TypeMethodDescriptionprotected Iterator<ODataResponse>AbstractODataBatchResponseItem.getResponseIterator()Gets OData responses iterator.Methods in org.apache.olingo.client.core.communication.request.batch with parameters of type ODataResponseModifier and TypeMethodDescriptionvoidAbstractODataBatchResponseItem.addResponse(String contentId, ODataResponse res) Adds the given OData response template to the current OData batch response item. -
Uses of ODataResponse in org.apache.olingo.client.core.communication.request.invoke
Classes in org.apache.olingo.client.core.communication.request.invoke that implement ODataResponseModifier and TypeClassDescriptionprotected classResponse class about an ODataInvokeRequest.protected classResponse class about an ODataInvokeRequest. -
Uses of ODataResponse in org.apache.olingo.client.core.communication.request.retrieve
Classes in org.apache.olingo.client.core.communication.request.retrieve that implement ODataResponseModifier and TypeClassDescriptionprotected classResponse abstract class about an ODataRetrieveRequest.protected classclassResponse class about an ODataEntityRequest.protected classResponse class about an ODataEntitySetIteratorRequest.protected classResponse class about an ODataEntitySetRequest.protected classResponse class about an ODataMediaRequest.protected classprotected classResponse class about an ODataServiceDocumentRequest.protected classResponse class about an ODataDeleteReODataValueRequestquest. -
Uses of ODataResponse in org.apache.olingo.client.core.communication.request.streamed
Classes in org.apache.olingo.client.core.communication.request.streamed with type parameters of type ODataResponseModifier and TypeClassDescriptionclassAbstractODataStreamedEntityRequest<V extends ODataResponse,T extends ODataPayloadManager<V>> Abstract class representing a request concerning a streamed entity.classAbstractODataStreamedRequest<V extends ODataResponse,T extends ODataPayloadManager<V>> Streamed OData request abstract class. -
Uses of ODataResponse in org.apache.olingo.client.core.communication.response
Classes in org.apache.olingo.client.core.communication.response that implement ODataResponseModifier and TypeClassDescriptionclassAbstract representation of an OData response.classAbstract representation of an OData response.Methods in org.apache.olingo.client.core.communication.response that return ODataResponseModifier and TypeMethodDescriptionAbstractODataResponse.initFromBatch(Map.Entry<Integer, String> responseLine, Map<String, Collection<String>> headers, ODataBatchLineIterator batchLineIterator, String boundary) AbstractODataResponse.initFromEnclosedPart(InputStream part) final ODataResponseAbstractODataResponse.initFromHttpResponse(org.apache.http.HttpResponse res) -
Uses of ODataResponse in org.apache.olingo.client.core.communication.response.batch
Classes in org.apache.olingo.client.core.communication.response.batch that implement ODataResponse