Package | Description |
---|---|
org.apache.olingo.client.api.uri | |
org.apache.olingo.client.api.uri.v4 |
Modifier and Type | Method and Description |
---|---|
static QueryOption |
QueryOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOption[] |
QueryOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UB |
CommonURIBuilder.addQueryOption(QueryOption option,
String value)
Adds the specified query option to the URI.
|
UB |
CommonURIBuilder.replaceQueryOption(QueryOption option,
String value)
Adds/replaces the specified query option to the URI.
|
Modifier and Type | Method and Description |
---|---|
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].
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.