| Package | Description |
|---|---|
| org.apache.olingo.client.api | |
| org.apache.olingo.client.api.uri | |
| org.apache.olingo.client.core | |
| org.apache.olingo.client.core.uri |
| Modifier and Type | Method and Description |
|---|---|
URIBuilder |
EdmEnabledODataClient.newURIBuilder() |
URIBuilder |
ODataClient.newURIBuilder(String serviceRoot) |
| Modifier and Type | Method and Description |
|---|---|
URIBuilder |
URIBuilder.addCustomQueryOption(String customName,
String customValue)
Adds/Replaces the specified custom query option to the URI.
|
URIBuilder |
URIBuilder.addParameterAlias(String alias,
String exp)
Adds the specified (custom) parameter alias to the URI.
|
URIBuilder |
URIBuilder.addQueryOption(QueryOption option,
String value)
Adds the specified query option to the URI.
|
URIBuilder |
URIBuilder.addQueryOption(String option,
String value,
boolean replace)
Adds/Replaces the specified (custom) query option to the URI.
|
URIBuilder |
URIBuilder.appendActionCallSegment(String action)
Appends action segment to the URI.
|
URIBuilder |
URIBuilder.appendAllSegment()
Appends all segment to the URI.
|
URIBuilder |
URIBuilder.appendBatchSegment()
Appends batch segment to the URI.
|
URIBuilder |
URIBuilder.appendCountSegment()
Appends count segment to the URI.
|
URIBuilder |
URIBuilder.appendCrossjoinSegment(String... segmentValues)
Appends cross join segment to the URI.
|
URIBuilder |
URIBuilder.appendDerivedEntityTypeSegment(String segmentValue)
Appends derived entity type segment to the URI.
|
URIBuilder |
URIBuilder.appendEntityIdSegment(String segmentValue)
Appends entity-id segment to the URI.
|
URIBuilder |
URIBuilder.appendEntitySetSegment(String segmentValue)
Appends EntitySet segment to the URI.
|
URIBuilder |
URIBuilder.appendKeySegment(EdmEnumType enumType,
String memberName)
Appends enum key segment to the URI.
|
URIBuilder |
URIBuilder.appendKeySegment(Map<String,Object> segmentValues)
Appends key segment to the URI, for multiple keys.
|
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.appendKeySegment(Object val)
Appends key segment to the URI.
|
URIBuilder |
URIBuilder.appendMetadataSegment()
Appends metadata segment to the URI.
|
URIBuilder |
URIBuilder.appendNavigationSegment(String segmentValue)
Appends navigation segment to the URI.
|
URIBuilder |
URIBuilder.appendOperationCallSegment(String operation)
Appends operation (action or function) segment to the URI.
|
URIBuilder |
URIBuilder.appendPropertySegment(String segmentValue)
Appends property segment to the URI.
|
URIBuilder |
URIBuilder.appendRefSegment()
Appends ref segment to the URI.
|
URIBuilder |
URIBuilder.appendSingletonSegment(String segmentValue)
Appends Singleton segment to the URI.
|
URIBuilder |
URIBuilder.appendValueSegment()
Appends value segment to the URI.
|
URIBuilder |
URIBuilder.count()
Adds count query option.
|
URIBuilder |
URIBuilder.count(boolean value)
Appends count query option.
|
URIBuilder |
URIBuilder.expand(String... expandItems)
Adds expand query option.
|
URIBuilder |
URIBuilder.expandWithOptions(String expandItem,
boolean pathRef,
boolean pathCount,
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.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.filter(String filter)
Adds filter query option.
|
URIBuilder |
URIBuilder.filter(URIFilter filter)
Adds filter for filter query option.
|
URIBuilder |
URIBuilder.format(String format)
Adds format query option.
|
URIBuilder |
URIBuilder.id(String idValue)
Adds id query option.
|
URIBuilder |
URIBuilder.orderBy(String order)
Adds orderby query option.
|
URIBuilder |
URIBuilder.replaceQueryOption(QueryOption option,
String value)
Adds/replaces the specified query option to the URI.
|
URIBuilder |
URIBuilder.search(String expression)
Appends search query option.
|
URIBuilder |
URIBuilder.search(URISearch search)
Appends search query option.
|
URIBuilder |
URIBuilder.select(String... selectItems)
Adds select query option.
|
URIBuilder |
URIBuilder.skip(int skip)
Adds skip query option.
|
URIBuilder |
URIBuilder.skipToken(String skipToken)
Adds skiptoken query option.
|
URIBuilder |
URIBuilder.top(int top)
Adds top query option.
|
| Modifier and Type | Method and Description |
|---|---|
URIBuilder |
EdmEnabledODataClientImpl.newURIBuilder() |
URIBuilder |
ODataClientImpl.newURIBuilder(String serviceRoot) |
| Modifier and Type | Class and Description |
|---|---|
class |
URIBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
URIBuilder |
URIBuilderImpl.addCustomQueryOption(String customName,
String customValue) |
URIBuilder |
URIBuilderImpl.addParameterAlias(String alias,
String exp) |
URIBuilder |
URIBuilderImpl.addQueryOption(QueryOption option,
String value) |
URIBuilder |
URIBuilderImpl.addQueryOption(String option,
String value,
boolean replace) |
URIBuilder |
URIBuilderImpl.appendActionCallSegment(String action) |
URIBuilder |
URIBuilderImpl.appendAllSegment() |
URIBuilder |
URIBuilderImpl.appendBatchSegment() |
URIBuilder |
URIBuilderImpl.appendCountSegment() |
URIBuilder |
URIBuilderImpl.appendCrossjoinSegment(String... segmentValues) |
URIBuilder |
URIBuilderImpl.appendDerivedEntityTypeSegment(String segmentValue) |
URIBuilder |
URIBuilderImpl.appendEntityIdSegment(String segmentValue) |
URIBuilder |
URIBuilderImpl.appendEntitySetSegment(String segmentValue) |
URIBuilder |
URIBuilderImpl.appendKeySegment(EdmEnumType enumType,
String memberName) |
URIBuilder |
URIBuilderImpl.appendKeySegment(Map<String,Object> segmentValues) |
URIBuilder |
URIBuilderImpl.appendKeySegment(Map<String,org.apache.commons.lang3.tuple.Pair<EdmEnumType,String>> enumValues,
Map<String,Object> segmentValues) |
URIBuilder |
URIBuilderImpl.appendKeySegment(Object val) |
URIBuilder |
URIBuilderImpl.appendMetadataSegment() |
URIBuilder |
URIBuilderImpl.appendNavigationSegment(String segmentValue) |
URIBuilder |
URIBuilderImpl.appendOperationCallSegment(String operation) |
URIBuilder |
URIBuilderImpl.appendPropertySegment(String segmentValue) |
URIBuilder |
URIBuilderImpl.appendRefSegment() |
URIBuilder |
URIBuilderImpl.appendSingletonSegment(String segmentValue) |
URIBuilder |
URIBuilderImpl.appendValueSegment() |
URIBuilder |
URIBuilderImpl.count() |
URIBuilder |
URIBuilderImpl.count(boolean value) |
URIBuilder |
URIBuilderImpl.expand(String... expandItems) |
URIBuilder |
URIBuilderImpl.expandWithOptions(String expandItem,
boolean pathRef,
boolean pathCount,
Map<QueryOption,Object> options) |
URIBuilder |
URIBuilderImpl.expandWithOptions(String expandItem,
Map<QueryOption,Object> options) |
URIBuilder |
URIBuilderImpl.expandWithSelect(String expandItem,
String... selectItems) |
URIBuilder |
URIBuilderImpl.filter(String filter) |
URIBuilder |
URIBuilderImpl.filter(URIFilter filter) |
URIBuilder |
URIBuilderImpl.format(String format) |
URIBuilder |
URIBuilderImpl.id(String idValue) |
URIBuilder |
URIBuilderImpl.orderBy(String order) |
URIBuilder |
URIBuilderImpl.replaceQueryOption(QueryOption option,
String value) |
URIBuilder |
URIBuilderImpl.search(String expression) |
URIBuilder |
URIBuilderImpl.search(URISearch search) |
URIBuilder |
URIBuilderImpl.select(String... selectItems) |
URIBuilder |
URIBuilderImpl.skip(int skip) |
URIBuilder |
URIBuilderImpl.skipToken(String skipToken) |
URIBuilder |
URIBuilderImpl.top(int top) |
Copyright © 2023. All rights reserved.