Package | Description |
---|---|
org.apache.olingo.odata2.client.api | |
org.apache.olingo.odata2.client.api.uri | |
org.apache.olingo.odata2.client.core | |
org.apache.olingo.odata2.client.core.uri |
Modifier and Type | Method and Description |
---|---|
abstract URIBuilder |
ODataClient.uriBuilder(String serviceRoot)
Constructs the uri based on segments appended
|
Modifier and Type | Method and Description |
---|---|
URIBuilder |
URIBuilder.addCustomQueryOption(String paramName,
Object paramValue)
Adds custom query option
|
URIBuilder |
URIBuilder.addQueryOption(QueryOption option,
String value)
Adds the specified query option to the URI.
|
URIBuilder |
URIBuilder.appendCountSegment()
Appends count segment to the URI.
|
URIBuilder |
URIBuilder.appendEntitySetSegment(String entitySet)
Appends EntitySet segment to the URI.
|
URIBuilder |
URIBuilder.appendFunctionImportParameters(Map<String,Object> functionImportParams)
Appends function import parameters to the uri
|
URIBuilder |
URIBuilder.appendFunctionImportSegment(String functionImport)
Appends function import to the uri
|
URIBuilder |
URIBuilder.appendKeySegment(Map<String,Object> segmentValues)
Appends key segment to the URI, for multiple keys.
|
URIBuilder |
URIBuilder.appendKeySegment(Object val)
Appends key segment to the URI.
|
URIBuilder |
URIBuilder.appendMetadataSegment()
Appends metadata segment to the URI.
|
URIBuilder |
URIBuilder.appendNavigationSegment(String navigationProperty)
Appends navigation segment to the URI.
|
URIBuilder |
URIBuilder.appendPropertySegment(String segmentValue)
Appends property segment to the URI.
|
URIBuilder |
URIBuilder.appendValueSegment()
Appends value segment to the URI.
|
URIBuilder |
URIBuilder.expand(String... expandItems)
Adds expand query option.
|
URIBuilder |
URIBuilder.filter(String filter)
Adds filter query option.
|
URIBuilder |
URIBuilder.format(String format)
Adds format query option.
|
URIBuilder |
URIBuilder.orderBy(String order)
Adds orderby query option.
|
URIBuilder |
URIBuilder.select(String... selectItems)
Adds select query option.
|
URIBuilder |
URIBuilder.skip(int skip)
Adds skip query option.
|
URIBuilder |
URIBuilder.top(int top)
Adds top query option.
|
Modifier and Type | Method and Description |
---|---|
URIBuilder |
ODataClientImpl.uriBuilder(String serviceRoot) |
Modifier and Type | Class and Description |
---|---|
class |
URIBuilderImpl
This is a builder class that constructs URI without edm validations
|
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.