public class DynamicsODataEntityUpdateRequest<E extends org.apache.olingo.client.api.domain.ClientEntity> extends DynamicsAbstractODataBasicRequest<org.apache.olingo.client.api.communication.response.ODataEntityUpdateResponse<E>> implements org.apache.olingo.client.api.communication.request.cud.ODataEntityUpdateRequest<E>
Constructor and Description |
---|
DynamicsODataEntityUpdateRequest(org.apache.olingo.client.api.ODataClient odataClient,
URI uri,
E changes)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.apache.olingo.client.api.communication.response.ODataEntityUpdateResponse<E> |
execute() |
org.apache.olingo.commons.api.format.ContentType |
getDefaultFormat() |
protected InputStream |
getPayload()
Gets payload as an InputStream.
|
asyncExecute, batch, batch, checkResponse, setFormat
addCustomHeader, doExecute, getAccept, getContentType, getHeader, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getResponseTemplate, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArray
checkRequest
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asyncExecute, setFormat
batch, batch
addCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArray
public org.apache.olingo.commons.api.format.ContentType getDefaultFormat()
getDefaultFormat
in class org.apache.olingo.client.core.communication.request.AbstractODataRequest
protected InputStream getPayload()
DynamicsAbstractODataBasicRequest
getPayload
in class DynamicsAbstractODataBasicRequest<org.apache.olingo.client.api.communication.response.ODataEntityUpdateResponse<E extends org.apache.olingo.client.api.domain.ClientEntity>>
public org.apache.olingo.client.api.communication.response.ODataEntityUpdateResponse<E> execute()
execute
in interface org.apache.olingo.client.api.communication.request.ODataBasicRequest<org.apache.olingo.client.api.communication.response.ODataEntityUpdateResponse<E extends org.apache.olingo.client.api.domain.ClientEntity>>
Copyright © 2010–2020. All rights reserved.