E - concrete ODataEntity implementationpublic class ODataMediaEntityUpdateRequestImpl<E extends org.apache.olingo.client.api.domain.ClientEntity> extends AbstractODataStreamedEntityRequest<org.apache.olingo.client.api.communication.response.ODataMediaEntityUpdateResponse<E>,org.apache.olingo.client.api.communication.request.streamed.MediaEntityUpdateStreamManager<E>> implements org.apache.olingo.client.api.communication.request.streamed.ODataMediaEntityUpdateRequest<E>
| Modifier and Type | Class and Description |
|---|---|
class |
ODataMediaEntityUpdateRequestImpl.MediaEntityUpdateStreamManagerImpl
Media entity payload object.
|
futureWrapper, payloadManagerhttpClient, method, odataClient, odataHeaders, request, uriLOG| Constructor and Description |
|---|
ODataMediaEntityUpdateRequestImpl(org.apache.olingo.client.api.ODataClient odataClient,
org.apache.olingo.commons.api.http.HttpMethod method,
URI editURI,
InputStream media)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.olingo.client.api.communication.request.streamed.MediaEntityUpdateStreamManager<E> |
getPayloadManager()
Gets OData request payload management object.
|
getFormat, setFormatbatch, batch, getDefaultFormat, payloadManageraddCustomHeader, doExecute, getAccept, getContentType, getHeader, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getResponseTemplate, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArraycheckRequest, checkResponseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormat, setFormatpayloadManageraddCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArraypublic ODataMediaEntityUpdateRequestImpl(org.apache.olingo.client.api.ODataClient odataClient,
org.apache.olingo.commons.api.http.HttpMethod method,
URI editURI,
InputStream media)
odataClient - client instance getting this requestmethod - request method.editURI - edit URI of the entity to be updated.media - media entity blob to be created.protected org.apache.olingo.client.api.communication.request.streamed.MediaEntityUpdateStreamManager<E> getPayloadManager()
AbstractODataStreamedRequestgetPayloadManager in class AbstractODataStreamedRequest<org.apache.olingo.client.api.communication.response.ODataMediaEntityUpdateResponse<E extends org.apache.olingo.client.api.domain.ClientEntity>,org.apache.olingo.client.api.communication.request.streamed.MediaEntityUpdateStreamManager<E extends org.apache.olingo.client.api.domain.ClientEntity>>Copyright © 2013–2017 The Apache Software Foundation. All rights reserved.