| Package | Description | 
|---|---|
| org.apache.olingo.client.api.uri | |
| org.apache.olingo.commons.api.edm | Contains representations for EDM objects created during the URI parsing | 
| org.apache.olingo.server.api.uri.queryoption.expression | Olingo Server API - URI - QueryOptions - Expressions
 
 The uri.queryoption.expression package is used to condense all about
 the Olingo expressions within the query options (in uri context). | 
| Modifier and Type | Method and Description | 
|---|---|
| URIBuilder | URIBuilder. appendKeySegment(EdmEnumType enumType,
                String memberName)Appends enum key segment to the URI. | 
| URIFilter | FilterFactory. has(FilterArg left,
   EdmEnumType enumType,
   String memberName) | 
| URIFilter | FilterFactory. has(String key,
   EdmEnumType enumType,
   String memberName) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmEnumType | Edm. getEnumType(FullQualifiedName name)Get enum type by full qualified name. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EdmEnumType> | EdmSchema. getEnumTypes() | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmEnumType | Enumeration. getType() | 
| Modifier and Type | Method and Description | 
|---|---|
| T | ExpressionVisitor. visitEnum(EdmEnumType type,
         List<String> enumValues)Called for each traversed  Enumerationexpression | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.