V - OData response type corresponding to the request implementation.T - OData request payload type corresponding to the request implementation.public interface ODataStreamedEntityRequest<V extends ODataResponse,T extends ODataPayloadManager<V>> extends ODataStreamedRequest<V,T>
| Modifier and Type | Method and Description |
|---|---|
ODataFormat |
getFormat()
Returns resource representation format.
|
void |
setFormat(ODataFormat format)
Override configured request format.
|
payloadManageraddCustomHeader, addCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setSlug, setURI, setXHTTPMethod, toByteArrayODataFormat getFormat()
Configuration.getDefaultPubFormat()void setFormat(ODataFormat format)
format - request format.ODataFormatCopyright © 2013–2014 The Apache Software Foundation. All rights reserved.