You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2014/04/03 10:54:20 UTC

svn commit: r904756 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/batchClientApi.html

Author: buildbot
Date: Thu Apr  3 08:54:20 2014
New Revision: 904756

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/tutorials/batchClientApi.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr  3 08:54:20 2014
@@ -1 +1 @@
-1584286
+1584289

Modified: websites/staging/olingo/trunk/content/doc/tutorials/batchClientApi.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/batchClientApi.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/batchClientApi.html Thu Apr  3 08:54:20 2014
@@ -80,11 +80,9 @@
 <li>method(String) </li>
 <li>uri(String) </li>
 <li>contentId(String) </li>
-<li>
-<p>headers(List<String>)</p>
-<p>BatchQueryPart request = BatchQueryPart.method("GET").uri("$metadata").build();</p>
-</li>
+<li>headers(List<String>)</li>
 </ul>
+<p>BatchQueryPart request = BatchQueryPart.method("GET").uri("$metadata").build();</p>
 <p><strong>Note:</strong> The valid method value is GET.</p>
 <p><strong>ChangeSet construction</strong>
 A BatchChangeSetPart is a representation of a single change request. You can use the following methods in order to fill out a change request:</p>
@@ -135,10 +133,8 @@ You receive a list of single response by
       <span class="n">response</span><span class="p">.</span><span class="n">getHeader</span><span class="p">(</span><span class="n">HttpHeaders</span><span class="p">.</span><span class="n">CONTENT_TYPE</span><span class="p">);</span>
       <span class="n">response</span><span class="p">.</span><span class="n">getBody</span><span class="p">();</span>
       <span class="n">response</span><span class="p">.</span><span class="n">getContentId</span><span class="p">();</span>
+<span class="p">}</span>
 </pre></div>
-
-
-<p>}</p>