| Package | Description | 
|---|---|
| org.apache.olingo.client.api.uri | 
| 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 | 
|---|---|
| URIBuilder | URIBuilder. addQueryOption(QueryOption option,
              String value)Adds the specified query option to the URI. | 
| URIBuilder | URIBuilder. 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,
                 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]. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.