Package | Description |
---|---|
org.apache.olingo.client.api.uri.v4 | |
org.apache.olingo.client.api.v4 |
Modifier and Type | Method and Description |
---|---|
URIBuilder |
URIBuilder.appendAllSegment()
Appends all segment to the URI.
|
URIBuilder |
URIBuilder.appendCrossjoinSegment(String... segmentValues)
Appends cross join segment to the URI.
|
URIBuilder |
URIBuilder.appendEntityIdSegment(String segmentValue)
Appends entity-id segment to the URI.
|
URIBuilder |
URIBuilder.appendKeySegment(EdmEnumType enumType,
String memberName)
Appends enum key segment to the URI.
|
URIBuilder |
URIBuilder.appendKeySegment(Map<String,org.apache.commons.lang3.tuple.Pair<EdmEnumType,String>> enumValues,
Map<String,Object> segmentValues)
Appends key segment to the URI, for multiple keys.
|
URIBuilder |
URIBuilder.appendRefSegment()
Appends ref segment to the URI.
|
URIBuilder |
URIBuilder.appendSingletonSegment(String segmentValue)
Appends Singleton segment to the URI.
|
URIBuilder |
URIBuilder.count(boolean value)
Appends count query option.
|
URIBuilder |
URIBuilder.expandWithOptions(String expandItem,
Map<QueryOption,Object> options)
The set of expanded entities can be refined through the application of expand options, expressed as a
semicolon-separated list of system query options, enclosed in parentheses, see [OData-URL].
|
URIBuilder |
URIBuilder.expandWithSelect(String expandItem,
String... selectItems)
Properties of related entities can be specified by including the $select query option within the $expand.
|
URIBuilder |
URIBuilder.id(String idValue)
Adds id query option.
|
URIBuilder |
URIBuilder.search(String expression)
Appends search query option.
|
URIBuilder |
URIBuilder.search(URISearch search)
Appends search query option.
|
Modifier and Type | Method and Description |
---|---|
URIBuilder |
EdmEnabledODataClient.newURIBuilder() |
URIBuilder |
ODataClient.newURIBuilder(String serviceRoot) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.