ES - concrete ODataEntitySet implementationpublic class ODataEntitySetRequestImpl<ES extends ClientEntitySet> extends AbstractODataRetrieveRequest<ES> implements ODataEntitySetRequest<ES>
| Modifier and Type | Class and Description |
|---|---|
protected class |
ODataEntitySetRequestImpl.ODataEntitySetResponseImpl
Response class about an ODataEntitySetRequest.
|
AbstractODataRetrieveRequest.AbstractODataRetrieveResponsehttpClient, method, odataClient, odataHeaders, request, uriLOG| Constructor and Description |
|---|
ODataEntitySetRequestImpl(ODataClient odataClient,
URI query)
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ODataRetrieveResponse<ES> |
execute()
Request execute.
|
ContentType |
getDefaultFormat() |
getPayloadasyncExecute, batch, batch, setFormataddCustomHeader, doExecute, getAccept, getContentType, getHeader, getHeader, getHeaderNames, getHttpRequest, 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, getHttpRequest, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArraypublic ODataEntitySetRequestImpl(ODataClient odataClient, URI query)
odataClient - client instance getting this requestquery - query to be executed.public ContentType getDefaultFormat()
getDefaultFormat in class AbstractODataRequestpublic ODataRetrieveResponse<ES> execute()
ODataBasicRequestexecute in interface ODataBasicRequest<ODataRetrieveResponse<ES extends ClientEntitySet>>execute in class AbstractODataRetrieveRequest<ES extends ClientEntitySet>Copyright © 2023. All rights reserved.