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 TypeInterfaceDescriptioninterface
AsyncRequestWrapper<R extends ODataResponse>
interface
ODataBasicRequest<T extends ODataResponse>
Basic OData request.interface
ODataPayloadManager<T extends ODataResponse>
OData request payload management abstract class.interface
ODataStreamedRequest<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 TypeMethodDescriptionvoid
ODataBatchResponseItem.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 TypeInterfaceDescriptioninterface
ODataStreamedEntityRequest<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 TypeInterfaceDescriptioninterface
interface
This class implements a response to a batch request.interface
This class implements the response to an OData delete request.interface
ODataEntityCreateResponse<E extends ClientEntity>
This interface describes the response to an OData entity create request.interface
ODataEntityUpdateResponse<E extends ClientEntity>
This class implements the response to an OData update request.interface
ODataInvokeResponse<T extends ClientInvokeResult>
This class implements a response to a specific invoke request.interface
ODataMediaEntityCreateResponse<E extends ClientEntity>
This class implements the response to an OData media entity create request.interface
ODataMediaEntityUpdateResponse<E extends ClientEntity>
This class implements the response to an Odata media entity update request.interface
This class implements the response to an OData update entity property request.interface
This interface represents a generic OData response.interface
This class implements the response to an OData Reference Adding request.interface
This class implements a response to a specific query request.interface
This class implements the response to an Odata stream create/update request.interface
This 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.