Interface ODataRetrieveRequest<T>
- All Superinterfaces:
ODataBasicRequest<ODataRetrieveResponse<T>>
,ODataBatchableRequest
,ODataRequest
- All Known Subinterfaces:
EdmMetadataRequest
,ODataDeltaRequest
,ODataEntityRequest<E>
,ODataEntitySetIteratorRequest<ES,
,E> ODataEntitySetRequest<ES>
,ODataMediaRequest
,ODataPropertyRequest<T>
,ODataServiceDocumentRequest
,ODataValueRequest
,XMLMetadataRequest
public interface ODataRetrieveRequest<T>
extends ODataBasicRequest<ODataRetrieveResponse<T>>, ODataBatchableRequest
This is an abstract representation of an OData retrieve query request returning one or more result item.
-
Method Summary
Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataBasicRequest
asyncExecute, execute, setFormat
Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataBatchableRequest
batch, batch
Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataRequest
addCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getHttpRequest, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArray