public class ODataEntitySetIteratorRequestImpl<ES extends org.apache.olingo.client.api.domain.ClientEntitySet,E extends org.apache.olingo.client.api.domain.ClientEntity> extends AbstractODataRetrieveRequest<org.apache.olingo.client.api.domain.ClientEntitySetIterator<ES,E>> implements org.apache.olingo.client.api.communication.request.retrieve.ODataEntitySetIteratorRequest<ES,E>
| Modifier and Type | Class and Description |
|---|---|
protected class |
ODataEntitySetIteratorRequestImpl.ODataEntitySetIteratorResponseImpl
Response class about an ODataEntitySetIteratorRequest.
|
AbstractODataRetrieveRequest.AbstractODataRetrieveResponsehttpClient, method, odataClient, odataHeaders, request, uriLOG| Constructor and Description |
|---|
ODataEntitySetIteratorRequestImpl(org.apache.olingo.client.api.ODataClient odataClient,
URI query)
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.client.api.communication.response.ODataRetrieveResponse<org.apache.olingo.client.api.domain.ClientEntitySetIterator<ES,E>> |
execute() |
org.apache.olingo.commons.api.format.ContentType |
getDefaultFormat() |
getPayloadasyncExecute, batch, batch, setFormataddCustomHeader, doExecute, getAccept, getContentType, 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 ODataEntitySetIteratorRequestImpl(org.apache.olingo.client.api.ODataClient odataClient,
URI query)
odataClient - client instance getting this requestquery - query to be executed.public org.apache.olingo.commons.api.format.ContentType getDefaultFormat()
getDefaultFormat in class AbstractODataRequestpublic org.apache.olingo.client.api.communication.response.ODataRetrieveResponse<org.apache.olingo.client.api.domain.ClientEntitySetIterator<ES,E>> execute()
execute in interface org.apache.olingo.client.api.communication.request.ODataBasicRequest<org.apache.olingo.client.api.communication.response.ODataRetrieveResponse<org.apache.olingo.client.api.domain.ClientEntitySetIterator<ES extends org.apache.olingo.client.api.domain.ClientEntitySet,E extends org.apache.olingo.client.api.domain.ClientEntity>>>execute in class AbstractODataRetrieveRequest<org.apache.olingo.client.api.domain.ClientEntitySetIterator<ES extends org.apache.olingo.client.api.domain.ClientEntitySet,E extends org.apache.olingo.client.api.domain.ClientEntity>>Copyright © 2013–2017 The Apache Software Foundation. All rights reserved.