T
- OData response type corresponding to the request implementation.public interface ODataBasicRequest<T extends ODataResponse> extends ODataRequest
Modifier and Type | Method and Description |
---|---|
Future<T> |
asyncExecute()
Async request execute.
|
T |
execute()
Request execute.
|
void |
setFormat(ODataFormat format)
Override configured request format.
|
addCustomHeader, addCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setSlug, setURI, setXHTTPMethod, toByteArray
T execute()
Future<T> asyncExecute()
Future<ODataResponse>
about the executed request.void setFormat(ODataFormat format)
format
- request format.Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.