| Package | Description | 
|---|---|
| org.apache.olingo.commons.api.edm | Contains representations for EDM objects created during the URI parsing | 
| org.apache.olingo.commons.api.edm.annotation | Contains representations for all annotation related
 EDM objects created during the URI parsing | 
| org.apache.olingo.ext.pojogen | |
| org.apache.olingo.server.api.uri | Olingo URI
 
 The URI package is used to condense all information about the OData path used to query the data. | 
| org.apache.olingo.server.api.uri.queryoption | Olingo Server API - URI - QueryOptions
 
 The uri.queryoption package is used to condense all about the Olingo query options (in uri context). | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | EdmComplexTypeA CSDL ComplexType element. | 
| interface  | EdmEntityTypeA CSDL EntityType element. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmStructuredType | EdmStructuredType. getBaseType()Base types are described in the OData protocol specification. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmStructuredType | EdmRecord. getType()Returns the entity type or complex type to be constructed. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected EdmStructuredType | NavPropertyBindingDetails. type | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmStructuredType | NavPropertyBindingDetails. getType() | 
| Modifier and Type | Method and Description | 
|---|---|
| NavPropertyBindingDetails | AbstractUtility. getNavigationBindingDetails(EdmStructuredType sourceEntityType,
                           EdmNavigationProperty property) | 
| boolean | AbstractUtility. isNavigationAlreadyDeclared(EdmStructuredType type,
                           EdmNavigationProperty property) | 
| Constructor and Description | 
|---|
| NavPropertyBindingDetails(Edm edm,
                         EdmStructuredType type) | 
| NavPropertyBindingDetails(Edm edm,
                         EdmStructuredType sourceType,
                         EdmNavigationProperty property) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | UriHelper. buildContextURLSelectList(EdmStructuredType type,
                         ExpandOption expand,
                         SelectOption select)Builds the select-list part of a  ContextURL. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmStructuredType | ApplyOption. getEdmStructuredType() | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.