Class IntegrationODataResponse
- java.lang.Object
-
- org.apache.olingo.odata2.api.processor.ODataResponse
-
- org.apache.olingo.odata2.core.ODataResponseImpl
-
- de.hybris.platform.odata2webservices.odata.IntegrationODataResponse
-
public class IntegrationODataResponse extends org.apache.olingo.odata2.core.ODataResponseImpl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classIntegrationODataResponse.IntegrationODataResponseBuilder
-
Constructor Summary
Constructors Constructor Description IntegrationODataResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbufferEntity(java.io.InputStream body)IntegrationODataResponse.IntegrationODataResponseBuildercustomBuilder()java.io.InputStreamgetEntityAsStream()-
Methods inherited from class org.apache.olingo.odata2.core.ODataResponseImpl
close, containsHeader, getContentHeader, getEntity, getETag, getHeader, getHeaderNames, getIdLiteral, getStatus
-
-
-
-
Method Detail
-
getEntityAsStream
public java.io.InputStream getEntityAsStream() throws org.apache.olingo.odata2.api.exception.ODataException- Overrides:
getEntityAsStreamin classorg.apache.olingo.odata2.api.processor.ODataResponse- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
customBuilder
public IntegrationODataResponse.IntegrationODataResponseBuilder customBuilder()
-
bufferEntity
protected void bufferEntity(java.io.InputStream body)
-
-