public abstract class AbstractODataRetrieveRequest<T> extends AbstractODataBasicRequest<org.apache.olingo.client.api.communication.response.ODataRetrieveResponse<T>> implements org.apache.olingo.client.api.communication.request.retrieve.ODataRetrieveRequest<T>
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractODataRetrieveRequest.AbstractODataRetrieveResponse
Response abstract class about an ODataRetrieveRequest.
|
httpClient, method, odataClient, odataHeaders, request, uriLOG| Constructor and Description |
|---|
AbstractODataRetrieveRequest(org.apache.olingo.client.api.ODataClient odataClient,
URI query)
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.olingo.client.api.communication.response.ODataRetrieveResponse<T> |
execute() |
protected InputStream |
getPayload()
This kind of request doesn't have any payload: null will be returned.
|
asyncExecute, batch, batch, setFormataddCustomHeader, doExecute, getAccept, getContentType, getDefaultFormat, getHeader, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getResponseTemplate, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArraycheckRequest, checkResponseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasyncExecute, setFormatbatch, batchaddCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArraypublic AbstractODataRetrieveRequest(org.apache.olingo.client.api.ODataClient odataClient,
URI query)
odataClient - client instance getting this requestquery - query to be executed.public abstract org.apache.olingo.client.api.communication.response.ODataRetrieveResponse<T> execute()
execute in interface org.apache.olingo.client.api.communication.request.ODataBasicRequest<org.apache.olingo.client.api.communication.response.ODataRetrieveResponse<T>>protected InputStream getPayload()
getPayload in class AbstractODataBasicRequest<org.apache.olingo.client.api.communication.response.ODataRetrieveResponse<T>>Copyright © 2013–2017 The Apache Software Foundation. All rights reserved.