| Package | Description | 
|---|---|
| org.apache.olingo.commons.api.edm | Contains representations for 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmNavigationProperty | EdmStructuredType. getNavigationProperty(String name)Get navigation property by name. | 
| EdmNavigationProperty | EdmNavigationProperty. getPartner() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | AbstractUtility. getContainedEntitySet(EdmNavigationProperty navProp) | 
| org.apache.olingo.commons.core.edm.EdmTypeInfo | AbstractUtility. getEdmType(EdmNavigationProperty navProp) | 
| Map<String,String> | AbstractUtility. getEntityKeyType(EdmNavigationProperty navProp) | 
| NavPropertyBindingDetails | AbstractUtility. getNavigationBindingDetails(EdmStructuredType sourceEntityType,
                           EdmNavigationProperty property) | 
| String | AbstractUtility. getNavigationType(EdmNavigationProperty property) | 
| boolean | AbstractUtility. isNavigationAlreadyDeclared(EdmStructuredType type,
                           EdmNavigationProperty property) | 
| Constructor and Description | 
|---|
| NavPropertyBindingDetails(Edm edm,
                         EdmStructuredType sourceType,
                         EdmNavigationProperty property) | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmNavigationProperty | UriResourceNavigation. getProperty() | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.