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 |
---|---|
ContentType |
getFormat()
Returns resource representation format.
|
void |
setFormat(ContentType contentType)
Override configured request format.
|
payloadManager
addCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArray
ContentType getFormat()
Configuration.getDefaultPubFormat()
void setFormat(ContentType contentType)
format
- request format.Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.