blob: 74744d82ebb83d285d55cd60dba266247b8f19f9 [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 Wed Dec 06 14:36:22 CET 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GetEntitySetUriInfo (olingo-odata2-parent 2.0.10 API)</title>
<meta name="date" content="2017-12-06">
<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="GetEntitySetUriInfo (olingo-odata2-parent 2.0.10 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,"i15":6,"i16":6,"i17":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/GetEntitySetUriInfo.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/odata2/api/uri/info/GetEntitySetLinksUriInfo.html" title="interface in org.apache.olingo.odata2.api.uri.info"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntityUriInfo.html" title="interface in org.apache.olingo.odata2.api.uri.info"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html" target="_top">Frames</a></li>
<li><a href="GetEntitySetUriInfo.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.odata2.api.uri.info</div>
<h2 title="Interface GetEntitySetUriInfo" class="title">Interface GetEntitySetUriInfo</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Subinterfaces:</dt>
<dd><a href="../../../../../../../org/apache/olingo/odata2/api/uri/UriInfo.html" title="interface in org.apache.olingo.odata2.api.uri">UriInfo</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">GetEntitySetUriInfo</span></pre>
<div class="block">Access to the parts of the request URI that are relevant for GET requests
of entities.</div>
<dl>
<dt><span class="simpleTagLabel">Do not implement this interface or derive from class.</span></dt>
</dl>
</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="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getCustomQueryOptions--">getCustomQueryOptions</a></span>()</code>
<div class="block">Gets the custom query options as Map from option names to their
corresponding String values, or an empty list if no custom query options
are given in the URI.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmEntityContainer.html" title="interface in org.apache.olingo.odata2.api.edm">EdmEntityContainer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getEntityContainer--">getEntityContainer</a></span>()</code>
<div class="block">Gets the target entity container.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../../../../../org/apache/olingo/odata2/api/uri/NavigationPropertySegment.html" title="interface in org.apache.olingo.odata2.api.uri">NavigationPropertySegment</a>&gt;&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getExpand--">getExpand</a></span>()</code>
<div class="block">Gets the value of the $expand system query option as a list of
lists of navigation-property segments, or an empty list if not used.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/olingo/odata2/api/uri/expression/FilterExpression.html" title="interface in org.apache.olingo.odata2.api.uri.expression">FilterExpression</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getFilter--">getFilter</a></span>()</code>
<div class="block">Gets the value of the $filter system query option as root object of the
expression tree built during URI parsing.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getFormat--">getFormat</a></span>()</code>
<div class="block">Gets the value of the $format system query option.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmFunctionImport.html" title="interface in org.apache.olingo.odata2.api.edm">EdmFunctionImport</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getFunctionImport--">getFunctionImport</a></span>()</code>
<div class="block">Gets the function import.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmLiteral.html" title="class in org.apache.olingo.odata2.api.edm">EdmLiteral</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getFunctionImportParameters--">getFunctionImportParameters</a></span>()</code>
<div class="block">Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/olingo/odata2/api/commons/InlineCount.html" title="enum in org.apache.olingo.odata2.api.commons">InlineCount</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getInlineCount--">getInlineCount</a></span>()</code>
<div class="block">Gets the value of the $inlinecount system query option.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/apache/olingo/odata2/api/uri/KeyPredicate.html" title="interface in org.apache.olingo.odata2.api.uri">KeyPredicate</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getKeyPredicates--">getKeyPredicates</a></span>()</code>
<div class="block">Gets the key predicates used to select a single entity out of the start entity set,
or an empty list if not used.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/apache/olingo/odata2/api/uri/NavigationSegment.html" title="interface in org.apache.olingo.odata2.api.uri">NavigationSegment</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getNavigationSegments--">getNavigationSegments</a></span>()</code>
<div class="block">Gets the navigation segments, or an empty list if no navigation has been used.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/olingo/odata2/api/uri/expression/OrderByExpression.html" title="interface in org.apache.olingo.odata2.api.uri.expression">OrderByExpression</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getOrderBy--">getOrderBy</a></span>()</code>
<div class="block">Gets the value of the $orderby system query option as root object of the
expression tree built during URI parsing.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/apache/olingo/odata2/api/uri/SelectItem.html" title="interface in org.apache.olingo.odata2.api.uri">SelectItem</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getSelect--">getSelect</a></span>()</code>
<div class="block">Gets the value of the $select system query option as a list of select items,
or an empty list if not used.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getSkip--">getSkip</a></span>()</code>
<div class="block">Gets the value of the $skip system query option.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getSkipToken--">getSkipToken</a></span>()</code>
<div class="block">Gets the value of the $skiptoken system query option.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmEntitySet.html" title="interface in org.apache.olingo.odata2.api.edm">EdmEntitySet</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getStartEntitySet--">getStartEntitySet</a></span>()</code>
<div class="block">Gets the start entity set - identical to the target entity set if no navigation
has been used.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmEntitySet.html" title="interface in org.apache.olingo.odata2.api.edm">EdmEntitySet</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getTargetEntitySet--">getTargetEntitySet</a></span>()</code>
<div class="block">Gets the target entity set after navigation.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmType.html" title="interface in org.apache.olingo.odata2.api.edm">EdmType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getTargetType--">getTargetType</a></span>()</code>
<div class="block">Gets the target entity type of the request.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getTop--">getTop</a></span>()</code>
<div class="block">Gets the value of the $top system query option.</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="getEntityContainer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEntityContainer</h4>
<pre><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmEntityContainer.html" title="interface in org.apache.olingo.odata2.api.edm">EdmEntityContainer</a>&nbsp;getEntityContainer()</pre>
<div class="block">Gets the target entity container.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmEntityContainer.html" title="interface in org.apache.olingo.odata2.api.edm"><code>EdmEntityContainer</code></a> the target entity container</dd>
</dl>
</li>
</ul>
<a name="getStartEntitySet--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStartEntitySet</h4>
<pre><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmEntitySet.html" title="interface in org.apache.olingo.odata2.api.edm">EdmEntitySet</a>&nbsp;getStartEntitySet()</pre>
<div class="block">Gets the start entity set - identical to the target entity set if no navigation
has been used.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmEntitySet.html" title="interface in org.apache.olingo.odata2.api.edm"><code>EdmEntitySet</code></a></dd>
</dl>
</li>
</ul>
<a name="getTargetEntitySet--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTargetEntitySet</h4>
<pre><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmEntitySet.html" title="interface in org.apache.olingo.odata2.api.edm">EdmEntitySet</a>&nbsp;getTargetEntitySet()</pre>
<div class="block">Gets the target entity set after navigation.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmEntitySet.html" title="interface in org.apache.olingo.odata2.api.edm"><code>EdmEntitySet</code></a> target entity set</dd>
</dl>
</li>
</ul>
<a name="getFunctionImport--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFunctionImport</h4>
<pre><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmFunctionImport.html" title="interface in org.apache.olingo.odata2.api.edm">EdmFunctionImport</a>&nbsp;getFunctionImport()</pre>
<div class="block">Gets the function import.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmFunctionImport.html" title="interface in org.apache.olingo.odata2.api.edm"><code>EdmFunctionImport</code></a> the function import</dd>
</dl>
</li>
</ul>
<a name="getTargetType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTargetType</h4>
<pre><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmType.html" title="interface in org.apache.olingo.odata2.api.edm">EdmType</a>&nbsp;getTargetType()</pre>
<div class="block">Gets the target entity type of the request.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmType.html" title="interface in org.apache.olingo.odata2.api.edm"><code>EdmType</code></a> the target type</dd>
</dl>
</li>
</ul>
<a name="getKeyPredicates--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKeyPredicates</h4>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/apache/olingo/odata2/api/uri/KeyPredicate.html" title="interface in org.apache.olingo.odata2.api.uri">KeyPredicate</a>&gt;&nbsp;getKeyPredicates()</pre>
<div class="block">Gets the key predicates used to select a single entity out of the start entity set,
or an empty list if not used.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>List of <a href="../../../../../../../org/apache/olingo/odata2/api/uri/KeyPredicate.html" title="interface in org.apache.olingo.odata2.api.uri"><code>KeyPredicate</code></a></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html#getStartEntitySet--"><code>getStartEntitySet()</code></a></dd>
</dl>
</li>
</ul>
<a name="getNavigationSegments--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNavigationSegments</h4>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/apache/olingo/odata2/api/uri/NavigationSegment.html" title="interface in org.apache.olingo.odata2.api.uri">NavigationSegment</a>&gt;&nbsp;getNavigationSegments()</pre>
<div class="block">Gets the navigation segments, or an empty list if no navigation has been used.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>List of <a href="../../../../../../../org/apache/olingo/odata2/api/uri/NavigationSegment.html" title="interface in org.apache.olingo.odata2.api.uri"><code>NavigationSegment</code></a></dd>
</dl>
</li>
</ul>
<a name="getFormat--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFormat</h4>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getFormat()</pre>
<div class="block">Gets the value of the $format system query option.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the format (as set as <code>$format</code> query parameter) or null</dd>
</dl>
</li>
</ul>
<a name="getFilter--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFilter</h4>
<pre><a href="../../../../../../../org/apache/olingo/odata2/api/uri/expression/FilterExpression.html" title="interface in org.apache.olingo.odata2.api.uri.expression">FilterExpression</a>&nbsp;getFilter()</pre>
<div class="block">Gets the value of the $filter system query option as root object of the
expression tree built during URI parsing.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the filter expression or null</dd>
</dl>
</li>
</ul>
<a name="getInlineCount--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInlineCount</h4>
<pre><a href="../../../../../../../org/apache/olingo/odata2/api/commons/InlineCount.html" title="enum in org.apache.olingo.odata2.api.commons">InlineCount</a>&nbsp;getInlineCount()</pre>
<div class="block">Gets the value of the $inlinecount system query option.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><a href="../../../../../../../org/apache/olingo/odata2/api/commons/InlineCount.html" title="enum in org.apache.olingo.odata2.api.commons"><code>InlineCount</code></a> the inline count or null</dd>
</dl>
</li>
</ul>
<a name="getOrderBy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOrderBy</h4>
<pre><a href="../../../../../../../org/apache/olingo/odata2/api/uri/expression/OrderByExpression.html" title="interface in org.apache.olingo.odata2.api.uri.expression">OrderByExpression</a>&nbsp;getOrderBy()</pre>
<div class="block">Gets the value of the $orderby system query option as root object of the
expression tree built during URI parsing.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the order-by expression or null</dd>
</dl>
</li>
</ul>
<a name="getSkipToken--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSkipToken</h4>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getSkipToken()</pre>
<div class="block">Gets the value of the $skiptoken system query option.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the skip token or null</dd>
</dl>
</li>
</ul>
<a name="getSkip--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSkip</h4>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getSkip()</pre>
<div class="block">Gets the value of the $skip system query option.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>skip or null</dd>
</dl>
</li>
</ul>
<a name="getTop--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTop</h4>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getTop()</pre>
<div class="block">Gets the value of the $top system query option.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>top or null</dd>
</dl>
</li>
</ul>
<a name="getExpand--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getExpand</h4>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../../../../../org/apache/olingo/odata2/api/uri/NavigationPropertySegment.html" title="interface in org.apache.olingo.odata2.api.uri">NavigationPropertySegment</a>&gt;&gt;&nbsp;getExpand()</pre>
<div class="block">Gets the value of the $expand system query option as a list of
lists of navigation-property segments, or an empty list if not used.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>List of a list of <a href="../../../../../../../org/apache/olingo/odata2/api/uri/NavigationPropertySegment.html" title="interface in org.apache.olingo.odata2.api.uri"><code>NavigationPropertySegment</code></a> to be expanded</dd>
</dl>
</li>
</ul>
<a name="getSelect--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSelect</h4>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/apache/olingo/odata2/api/uri/SelectItem.html" title="interface in org.apache.olingo.odata2.api.uri">SelectItem</a>&gt;&nbsp;getSelect()</pre>
<div class="block">Gets the value of the $select system query option as a list of select items,
or an empty list if not used.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>List of <a href="../../../../../../../org/apache/olingo/odata2/api/uri/SelectItem.html" title="interface in org.apache.olingo.odata2.api.uri"><code>SelectItem</code></a> to be selected</dd>
</dl>
</li>
</ul>
<a name="getFunctionImportParameters--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFunctionImportParameters</h4>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmLiteral.html" title="class in org.apache.olingo.odata2.api.edm">EdmLiteral</a>&gt;&nbsp;getFunctionImportParameters()</pre>
<div class="block">Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Map of &lt;String, <a href="../../../../../../../org/apache/olingo/odata2/api/edm/EdmLiteral.html" title="class in org.apache.olingo.odata2.api.edm"><code>EdmLiteral</code></a>&gt; function import parameters</dd>
</dl>
</li>
</ul>
<a name="getCustomQueryOptions--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getCustomQueryOptions</h4>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getCustomQueryOptions()</pre>
<div class="block">Gets the custom query options as Map from option names to their
corresponding String values, or an empty list if no custom query options
are given in the URI.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Map of &lt;String, String&gt; custom query options</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/GetEntitySetUriInfo.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/odata2/api/uri/info/GetEntitySetLinksUriInfo.html" title="interface in org.apache.olingo.odata2.api.uri.info"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/olingo/odata2/api/uri/info/GetEntityUriInfo.html" title="interface in org.apache.olingo.odata2.api.uri.info"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/olingo/odata2/api/uri/info/GetEntitySetUriInfo.html" target="_top">Frames</a></li>
<li><a href="GetEntitySetUriInfo.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-2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>