blob: 76d9c3ccb17a27aa93b4dca8d230db5a3e547107 [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>ODataReferenceAddingRequest (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="ODataReferenceAddingRequest (Olingo-OData 4.5.0 API)";
}
}
catch(err) {
}
//-->
</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/ODataReferenceAddingRequest.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><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataPropertyUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataValueUpdateRequest.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/ODataReferenceAddingRequest.html" target="_top">Frames</a></li>
<li><a href="ODataReferenceAddingRequest.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>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</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 ODataReferenceAddingRequest" class="title">Interface ODataReferenceAddingRequest</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataBasicRequest.html" title="interface in org.apache.olingo.client.api.communication.request">ODataBasicRequest</a>&lt;<a href="../../../../../../../../org/apache/olingo/client/api/communication/response/ODataReferenceAddingResponse.html" title="interface in org.apache.olingo.client.api.communication.response">ODataReferenceAddingResponse</a>&gt;, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataBatchableRequest.html" title="interface in org.apache.olingo.client.api.communication.request">ODataBatchableRequest</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html" title="interface in org.apache.olingo.client.api.communication.request">ODataRequest</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">ODataReferenceAddingRequest</span>
extends <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataBasicRequest.html" title="interface in org.apache.olingo.client.api.communication.request">ODataBasicRequest</a>&lt;<a href="../../../../../../../../org/apache/olingo/client/api/communication/response/ODataReferenceAddingResponse.html" title="interface in org.apache.olingo.client.api.communication.response">ODataReferenceAddingResponse</a>&gt;, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataBatchableRequest.html" title="interface in org.apache.olingo.client.api.communication.request">ODataBatchableRequest</a></pre>
<div class="block">This class implements an OData reference adding request.
ODataReferenceAdding requests eighter add or change the reference of navigation properties.
If the navigation property is a collection of navigation references, the request adds a new reference to the
collection. [OData Protocol 4.0 - 11.4.6.1]
If the request addresses an navigation property, which references a single entity, the reference will
be changed to the value provided by the request. [OData-Protocol 4.0 - 11.4.6.3]</div>
</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>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.olingo.client.api.communication.request.ODataBasicRequest">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.olingo.client.api.communication.request.<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataBasicRequest.html" title="interface in org.apache.olingo.client.api.communication.request">ODataBasicRequest</a></h3>
<code><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataBasicRequest.html#asyncExecute--">asyncExecute</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataBasicRequest.html#execute--">execute</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataBasicRequest.html#setFormat-org.apache.olingo.commons.api.format.ContentType-">setFormat</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.olingo.client.api.communication.request.ODataBatchableRequest">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.olingo.client.api.communication.request.<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataBatchableRequest.html" title="interface in org.apache.olingo.client.api.communication.request">ODataBatchableRequest</a></h3>
<code><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataBatchableRequest.html#batch-org.apache.olingo.client.api.communication.request.batch.ODataBatchRequest-">batch</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataBatchableRequest.html#batch-org.apache.olingo.client.api.communication.request.batch.ODataBatchRequest-java.lang.String-">batch</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.olingo.client.api.communication.request.ODataRequest">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.olingo.client.api.communication.request.<a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html" title="interface in org.apache.olingo.client.api.communication.request">ODataRequest</a></h3>
<code><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#addCustomHeader-java.lang.String-java.lang.String-">addCustomHeader</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#getAccept--">getAccept</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#getContentType--">getContentType</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#getHeader-java.lang.String-">getHeader</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#getHeaderNames--">getHeaderNames</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#getIfMatch--">getIfMatch</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#getIfNoneMatch--">getIfNoneMatch</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#getMethod--">getMethod</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#getPrefer--">getPrefer</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#getURI--">getURI</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#rawExecute--">rawExecute</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#setAccept-java.lang.String-">setAccept</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#setContentType-java.lang.String-">setContentType</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#setIfMatch-java.lang.String-">setIfMatch</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#setIfNoneMatch-java.lang.String-">setIfNoneMatch</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#setPrefer-java.lang.String-">setPrefer</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#setURI-java.net.URI-">setURI</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#setXHTTPMethod-java.lang.String-">setXHTTPMethod</a>, <a href="../../../../../../../../org/apache/olingo/client/api/communication/request/ODataRequest.html#toByteArray--">toByteArray</a></code></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/ODataReferenceAddingRequest.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><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataPropertyUpdateRequest.html" title="interface in org.apache.olingo.client.api.communication.request.cud"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../../org/apache/olingo/client/api/communication/request/cud/ODataValueUpdateRequest.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/ODataReferenceAddingRequest.html" target="_top">Frames</a></li>
<li><a href="ODataReferenceAddingRequest.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>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</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>