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. | 
payloadManageraddCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getHttpRequest, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArrayContentType getFormat()
Configuration.getDefaultPubFormat()void setFormat(ContentType contentType)
format - request format.Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.