V
- OData response type corresponding to the request implementation.T
- OData request payload type corresponding to the request implementation.public interface ODataStreamedRequest<V extends ODataResponse,T extends ODataPayloadManager<V>> extends ODataRequest
Modifier and Type | Method and Description |
---|---|
T |
payloadManager()
Streamed payload manager.
|
addCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArray
T payloadManager()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.