blob: 1247272c3d7061091a87018ad1c7965370a0954d [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Mon Aug 13 15:36:33 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CUDRequestFactory (Olingo-OData 4.5.0 API)</title>
<meta name="date" content="2018-08-13">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CUDRequestFactory (Olingo-OData 4.5.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CUDRequestFactory.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataDeleteRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html" target="_top">Frames</a></li>
<li><a href="CUDRequestFactory.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.olingo.client.api.communication.request.cud</div>
<h2 title="Interface CUDRequestFactory" class="title">Interface CUDRequestFactory</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public interface <span class="typeNameLabel">CUDRequestFactory</span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataDeleteRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataDeleteRequest</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getDeleteRequest-java.net.URI-">getDeleteRequest</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI)</code>
<div class="block">Gets a delete request object instance.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>&lt;E extends <a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientEntity.html" title="interface in org.apache.olingo.client.api.domain">ClientEntity</a>&gt;<br><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataEntityCreateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataEntityCreateRequest</a>&lt;E&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getEntityCreateRequest-java.net.URI-E-">getEntityCreateRequest</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
E&nbsp;entity)</code>
<div class="block">Gets a create request object instance.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>&lt;E extends <a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientEntity.html" title="interface in org.apache.olingo.client.api.domain">ClientEntity</a>&gt;<br><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataEntityUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataEntityUpdateRequest</a>&lt;E&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getEntityUpdateRequest-org.apache.olingo.client.api.communication.request.cud.UpdateType-E-">getEntityUpdateRequest</a></span>(<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/UpdateType.html" title="enum in org.apache.olingo.client.api.communication.request.cud">UpdateType</a>&nbsp;type,
E&nbsp;entity)</code>
<div class="block">Gets an update request object instance; uses entity's edit link as endpoint.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>&lt;E extends <a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientEntity.html" title="interface in org.apache.olingo.client.api.domain">ClientEntity</a>&gt;<br><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataEntityUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataEntityUpdateRequest</a>&lt;E&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getEntityUpdateRequest-java.net.URI-org.apache.olingo.client.api.communication.request.cud.UpdateType-E-">getEntityUpdateRequest</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/UpdateType.html" title="enum in org.apache.olingo.client.api.communication.request.cud">UpdateType</a>&nbsp;type,
E&nbsp;changes)</code>
<div class="block">Gets an update request object instance.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>&lt;E extends <a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientEntity.html" title="interface in org.apache.olingo.client.api.domain">ClientEntity</a>&gt;<br><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/streamed/ODataMediaEntityCreateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.streamed">ODataMediaEntityCreateRequest</a>&lt;E&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getMediaEntityCreateRequest-java.net.URI-java.io.InputStream-">getMediaEntityCreateRequest</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;media)</code>
<div class="block">Gets a media entity create request object instance.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>&lt;E extends <a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientEntity.html" title="interface in org.apache.olingo.client.api.domain">ClientEntity</a>&gt;<br><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/streamed/ODataMediaEntityUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.streamed">ODataMediaEntityUpdateRequest</a>&lt;E&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getMediaEntityUpdateRequest-java.net.URI-java.io.InputStream-">getMediaEntityUpdateRequest</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;editURI,
<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;media)</code>
<div class="block">Gets a media entity update request object instance.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataPropertyUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataPropertyUpdateRequest</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getPropertyCollectionValueUpdateRequest-java.net.URI-org.apache.olingo.client.api.domain.ClientProperty-">getPropertyCollectionValueUpdateRequest</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientProperty.html" title="interface in org.apache.olingo.client.api.domain">ClientProperty</a>&nbsp;property)</code>
<div class="block">Gets an update request object instance.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataPropertyUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataPropertyUpdateRequest</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getPropertyComplexValueUpdateRequest-java.net.URI-org.apache.olingo.client.api.communication.request.cud.UpdateType-org.apache.olingo.client.api.domain.ClientProperty-">getPropertyComplexValueUpdateRequest</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/UpdateType.html" title="enum in org.apache.olingo.client.api.communication.request.cud">UpdateType</a>&nbsp;type,
<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientProperty.html" title="interface in org.apache.olingo.client.api.domain">ClientProperty</a>&nbsp;property)</code>
<div class="block">Gets an update request object instance.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataPropertyUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataPropertyUpdateRequest</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getPropertyPrimitiveValueUpdateRequest-java.net.URI-org.apache.olingo.client.api.domain.ClientProperty-">getPropertyPrimitiveValueUpdateRequest</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientProperty.html" title="interface in org.apache.olingo.client.api.domain">ClientProperty</a>&nbsp;property)</code>
<div class="block">Gets an update request object instance.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataReferenceAddingRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataReferenceAddingRequest</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getReferenceAddingRequest-java.net.URI-java.net.URI-java.net.URI-">getReferenceAddingRequest</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;serviceRoot,
<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;reference)</code>
<div class="block">A successful POST request to a navigation property's references collection adds a relationship to an existing
entity.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataReferenceAddingRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataReferenceAddingRequest</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getReferenceSingleChangeRequest-java.net.URI-java.net.URI-java.net.URI-">getReferenceSingleChangeRequest</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;serviceRoot,
<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;reference)</code>
<div class="block">A successful PUT request to a single-valued navigation property�s reference resource changes the related entity.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataEntityUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataEntityUpdateRequest</a>&lt;<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientSingleton.html" title="interface in org.apache.olingo.client.api.domain">ClientSingleton</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getSingletonUpdateRequest-org.apache.olingo.client.api.communication.request.cud.UpdateType-org.apache.olingo.client.api.domain.ClientSingleton-">getSingletonUpdateRequest</a></span>(<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/UpdateType.html" title="enum in org.apache.olingo.client.api.communication.request.cud">UpdateType</a>&nbsp;type,
<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientSingleton.html" title="interface in org.apache.olingo.client.api.domain">ClientSingleton</a>&nbsp;entity)</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataEntityUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataEntityUpdateRequest</a>&lt;<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientSingleton.html" title="interface in org.apache.olingo.client.api.domain">ClientSingleton</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getSingletonUpdateRequest-java.net.URI-org.apache.olingo.client.api.communication.request.cud.UpdateType-org.apache.olingo.client.api.domain.ClientSingleton-">getSingletonUpdateRequest</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/UpdateType.html" title="enum in org.apache.olingo.client.api.communication.request.cud">UpdateType</a>&nbsp;type,
<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientSingleton.html" title="interface in org.apache.olingo.client.api.domain">ClientSingleton</a>&nbsp;changes)</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/streamed/ODataStreamUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.streamed">ODataStreamUpdateRequest</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getStreamUpdateRequest-java.net.URI-java.io.InputStream-">getStreamUpdateRequest</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;stream)</code>
<div class="block">Gets a stream update request object instance.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataValueUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataValueUpdateRequest</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html#getValueUpdateRequest-java.net.URI-org.apache.olingo.client.api.communication.request.cud.UpdateType-org.apache.olingo.client.api.domain.ClientPrimitiveValue-">getValueUpdateRequest</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/UpdateType.html" title="enum in org.apache.olingo.client.api.communication.request.cud">UpdateType</a>&nbsp;type,
<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientPrimitiveValue.html" title="interface in org.apache.olingo.client.api.domain">ClientPrimitiveValue</a>&nbsp;value)</code>
<div class="block">Gets a create request object instance.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getEntityCreateRequest-java.net.URI-org.apache.olingo.client.api.domain.ClientEntity-">
<!-- -->
</a><a name="getEntityCreateRequest-java.net.URI-E-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEntityCreateRequest</h4>
<pre>&lt;E extends <a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientEntity.html" title="interface in org.apache.olingo.client.api.domain">ClientEntity</a>&gt;&nbsp;<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataEntityCreateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataEntityCreateRequest</a>&lt;E&gt;&nbsp;getEntityCreateRequest(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
E&nbsp;entity)</pre>
<div class="block">Gets a create request object instance.
<br/>
Use this kind of request to create a new entity.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>E</code> - concrete ODataEntity implementation</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>targetURI</code> - entity set URI.</dd>
<dd><code>entity</code> - entity to be created.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new ODataEntityCreateRequest instance.</dd>
</dl>
</li>
</ul>
<a name="getEntityUpdateRequest-java.net.URI-org.apache.olingo.client.api.communication.request.cud.UpdateType-org.apache.olingo.client.api.domain.ClientEntity-">
<!-- -->
</a><a name="getEntityUpdateRequest-java.net.URI-org.apache.olingo.client.api.communication.request.cud.UpdateType-E-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEntityUpdateRequest</h4>
<pre>&lt;E extends <a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientEntity.html" title="interface in org.apache.olingo.client.api.domain">ClientEntity</a>&gt;&nbsp;<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataEntityUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataEntityUpdateRequest</a>&lt;E&gt;&nbsp;getEntityUpdateRequest(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/UpdateType.html" title="enum in org.apache.olingo.client.api.communication.request.cud">UpdateType</a>&nbsp;type,
E&nbsp;changes)</pre>
<div class="block">Gets an update request object instance.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>E</code> - concrete ODataEntity implementation</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>targetURI</code> - edit link of the object to be updated.</dd>
<dd><code>type</code> - type of update to be performed.</dd>
<dd><code>changes</code> - changes to be applied.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new ODataEntityUpdateRequest instance.</dd>
</dl>
</li>
</ul>
<a name="getEntityUpdateRequest-org.apache.olingo.client.api.communication.request.cud.UpdateType-org.apache.olingo.client.api.domain.ClientEntity-">
<!-- -->
</a><a name="getEntityUpdateRequest-org.apache.olingo.client.api.communication.request.cud.UpdateType-E-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEntityUpdateRequest</h4>
<pre>&lt;E extends <a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientEntity.html" title="interface in org.apache.olingo.client.api.domain">ClientEntity</a>&gt;&nbsp;<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataEntityUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataEntityUpdateRequest</a>&lt;E&gt;&nbsp;getEntityUpdateRequest(<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/UpdateType.html" title="enum in org.apache.olingo.client.api.communication.request.cud">UpdateType</a>&nbsp;type,
E&nbsp;entity)</pre>
<div class="block">Gets an update request object instance; uses entity's edit link as endpoint.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>E</code> - concrete ODataEntity implementation</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - type of update to be performed.</dd>
<dd><code>entity</code> - changes to be applied.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new ODataEntityUpdateRequest instance.</dd>
</dl>
</li>
</ul>
<a name="getValueUpdateRequest-java.net.URI-org.apache.olingo.client.api.communication.request.cud.UpdateType-org.apache.olingo.client.api.domain.ClientPrimitiveValue-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getValueUpdateRequest</h4>
<pre><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataValueUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataValueUpdateRequest</a>&nbsp;getValueUpdateRequest(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/UpdateType.html" title="enum in org.apache.olingo.client.api.communication.request.cud">UpdateType</a>&nbsp;type,
<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientPrimitiveValue.html" title="interface in org.apache.olingo.client.api.domain">ClientPrimitiveValue</a>&nbsp;value)</pre>
<div class="block">Gets a create request object instance.
<br/>
Use this kind of request to create a new value (e.g. http://Northwind.svc/Customer(1)/Picture/$value).</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>targetURI</code> - entity set or entity or entity property URI.</dd>
<dd><code>type</code> - type of update to be performed.</dd>
<dd><code>value</code> - value to be created.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new ODataValueUpdateRequest instance.</dd>
</dl>
</li>
</ul>
<a name="getPropertyPrimitiveValueUpdateRequest-java.net.URI-org.apache.olingo.client.api.domain.ClientProperty-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPropertyPrimitiveValueUpdateRequest</h4>
<pre><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataPropertyUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataPropertyUpdateRequest</a>&nbsp;getPropertyPrimitiveValueUpdateRequest(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientProperty.html" title="interface in org.apache.olingo.client.api.domain">ClientProperty</a>&nbsp;property)</pre>
<div class="block">Gets an update request object instance.
<br/>
Use this kind of request to update a primitive property value.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>targetURI</code> - entity set or entity or entity property URI.</dd>
<dd><code>property</code> - value to be update.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new ODataPropertyUpdateRequest instance.</dd>
</dl>
</li>
</ul>
<a name="getPropertyComplexValueUpdateRequest-java.net.URI-org.apache.olingo.client.api.communication.request.cud.UpdateType-org.apache.olingo.client.api.domain.ClientProperty-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPropertyComplexValueUpdateRequest</h4>
<pre><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataPropertyUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataPropertyUpdateRequest</a>&nbsp;getPropertyComplexValueUpdateRequest(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/UpdateType.html" title="enum in org.apache.olingo.client.api.communication.request.cud">UpdateType</a>&nbsp;type,
<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientProperty.html" title="interface in org.apache.olingo.client.api.domain">ClientProperty</a>&nbsp;property)</pre>
<div class="block">Gets an update request object instance.
<br/>
Use this kind of request to update a complex property value.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>targetURI</code> - entity set or entity or entity property URI.</dd>
<dd><code>type</code> - type of update to be performed.</dd>
<dd><code>property</code> - value to be update.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new ODataPropertyUpdateRequest instance.</dd>
</dl>
</li>
</ul>
<a name="getPropertyCollectionValueUpdateRequest-java.net.URI-org.apache.olingo.client.api.domain.ClientProperty-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPropertyCollectionValueUpdateRequest</h4>
<pre><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataPropertyUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataPropertyUpdateRequest</a>&nbsp;getPropertyCollectionValueUpdateRequest(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientProperty.html" title="interface in org.apache.olingo.client.api.domain">ClientProperty</a>&nbsp;property)</pre>
<div class="block">Gets an update request object instance.
<br/>
Use this kind of request to update a collection property value.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>targetURI</code> - entity set or entity or entity property URI.</dd>
<dd><code>property</code> - value to be update.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new ODataPropertyUpdateRequest instance.</dd>
</dl>
</li>
</ul>
<a name="getDeleteRequest-java.net.URI-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDeleteRequest</h4>
<pre><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataDeleteRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataDeleteRequest</a>&nbsp;getDeleteRequest(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI)</pre>
<div class="block">Gets a delete request object instance.
<br/>
Use this kind of request to delete an entity and media entity as well.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>targetURI</code> - edit link of the object to be removed.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new ODataDeleteRequest instance.</dd>
</dl>
</li>
</ul>
<a name="getMediaEntityCreateRequest-java.net.URI-java.io.InputStream-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMediaEntityCreateRequest</h4>
<pre>&lt;E extends <a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientEntity.html" title="interface in org.apache.olingo.client.api.domain">ClientEntity</a>&gt;&nbsp;<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/streamed/ODataMediaEntityCreateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.streamed">ODataMediaEntityCreateRequest</a>&lt;E&gt;&nbsp;getMediaEntityCreateRequest(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;media)</pre>
<div class="block">Gets a media entity create request object instance.
<br/>
Use this kind of request to create a new media entity.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>E</code> - concrete ODataEntity implementation</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>targetURI</code> - entity set URI.</dd>
<dd><code>media</code> - entity blob to be created.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new ODataMediaEntityCreateRequest instance.</dd>
</dl>
</li>
</ul>
<a name="getStreamUpdateRequest-java.net.URI-java.io.InputStream-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStreamUpdateRequest</h4>
<pre><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/streamed/ODataStreamUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.streamed">ODataStreamUpdateRequest</a>&nbsp;getStreamUpdateRequest(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;stream)</pre>
<div class="block">Gets a stream update request object instance.
<br/>
Use this kind of request to update a named stream property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>targetURI</code> - target URI.</dd>
<dd><code>stream</code> - stream to be updated.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new ODataStreamUpdateRequest instance.</dd>
</dl>
</li>
</ul>
<a name="getMediaEntityUpdateRequest-java.net.URI-java.io.InputStream-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMediaEntityUpdateRequest</h4>
<pre>&lt;E extends <a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientEntity.html" title="interface in org.apache.olingo.client.api.domain">ClientEntity</a>&gt;&nbsp;<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/streamed/ODataMediaEntityUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.streamed">ODataMediaEntityUpdateRequest</a>&lt;E&gt;&nbsp;getMediaEntityUpdateRequest(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;editURI,
<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;media)</pre>
<div class="block">Gets a media entity update request object instance.
<br/>
Use this kind of request to update a media entity.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>E</code> - concrete ODataEntity implementation</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>editURI</code> - media entity edit link URI.</dd>
<dd><code>media</code> - entity blob to be updated.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new ODataMediaEntityUpdateRequest instance.</dd>
</dl>
</li>
</ul>
<a name="getSingletonUpdateRequest-java.net.URI-org.apache.olingo.client.api.communication.request.cud.UpdateType-org.apache.olingo.client.api.domain.ClientSingleton-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSingletonUpdateRequest</h4>
<pre><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataEntityUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataEntityUpdateRequest</a>&lt;<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientSingleton.html" title="interface in org.apache.olingo.client.api.domain">ClientSingleton</a>&gt;&nbsp;getSingletonUpdateRequest(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/UpdateType.html" title="enum in org.apache.olingo.client.api.communication.request.cud">UpdateType</a>&nbsp;type,
<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientSingleton.html" title="interface in org.apache.olingo.client.api.domain">ClientSingleton</a>&nbsp;changes)</pre>
</li>
</ul>
<a name="getSingletonUpdateRequest-org.apache.olingo.client.api.communication.request.cud.UpdateType-org.apache.olingo.client.api.domain.ClientSingleton-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSingletonUpdateRequest</h4>
<pre><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataEntityUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataEntityUpdateRequest</a>&lt;<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientSingleton.html" title="interface in org.apache.olingo.client.api.domain">ClientSingleton</a>&gt;&nbsp;getSingletonUpdateRequest(<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/UpdateType.html" title="enum in org.apache.olingo.client.api.communication.request.cud">UpdateType</a>&nbsp;type,
<a href="../../../../../../../../org/apache/olingo/client/api/domain/ClientSingleton.html" title="interface in org.apache.olingo.client.api.domain">ClientSingleton</a>&nbsp;entity)</pre>
</li>
</ul>
<a name="getReferenceAddingRequest-java.net.URI-java.net.URI-java.net.URI-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReferenceAddingRequest</h4>
<pre><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataReferenceAddingRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataReferenceAddingRequest</a>&nbsp;getReferenceAddingRequest(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;serviceRoot,
<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;reference)</pre>
<div class="block">A successful POST request to a navigation property's references collection adds a relationship to an existing
entity. The request body MUST contain a single entity reference that identifies the entity to be added.
[OData-Protocol 4.0 - 11.4.6.1]</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>serviceRoot</code> - serviceRoot URI</dd>
<dd><code>targetURI</code> - navigation property reference collection URI</dd>
<dd><code>reference</code> - entity reference</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new ODataReferenceAddingRequest instance.</dd>
</dl>
</li>
</ul>
<a name="getReferenceSingleChangeRequest-java.net.URI-java.net.URI-java.net.URI-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getReferenceSingleChangeRequest</h4>
<pre><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataReferenceAddingRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud">ODataReferenceAddingRequest</a>&nbsp;getReferenceSingleChangeRequest(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;serviceRoot,
<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;targetURI,
<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;reference)</pre>
<div class="block">A successful PUT request to a single-valued navigation property�s reference resource changes the related entity.
The request body MUST contain a single entity reference that identifies the existing entity to be related.
[OData-Protocol 4.0 - 11.4.6.3]</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>serviceRoot</code> - serviceRoot URI</dd>
<dd><code>targetURI</code> - single-valued navigation property URI</dd>
<dd><code>reference</code> - reference</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new ODataReferenceAddingRequest instance</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CUDRequestFactory.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataDeleteRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/olingo/client/api/communication/request/cud/CUDRequestFactory.html" target="_top">Frames</a></li>
<li><a href="CUDRequestFactory.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2018 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>