Package | Description |
---|---|
org.apache.olingo.odata2.api.edm |
Entity Data Model API
The Entity Data Model is described in the OData protocol specification
as well as in the Conceptual Schema Definition for the OData Protocol.
|
org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
Classes in this package are used to provide an EDM to the library as well as to the application.
|
org.apache.olingo.odata2.client.core.edm.Impl |
Modifier and Type | Method and Description |
---|---|
EdmCustomizableFeedMappings |
EdmProperty.getCustomizableFeedMappings()
Get customizable feed mappings for this property
|
EdmCustomizableFeedMappings |
EdmEntityType.getCustomizableFeedMappings()
Gets the Customizable Feed Mappings of the entity type.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomizableFeedMappings
Objects of this class represent customizable feed mappings.
|
Modifier and Type | Class and Description |
---|---|
class |
EdmCustomizableFeedMappingsImpl
Objects of this class represent customizable feed mappings.
|
Modifier and Type | Method and Description |
---|---|
EdmCustomizableFeedMappings |
EdmEntityTypeImpl.getCustomizableFeedMappings() |
EdmCustomizableFeedMappings |
EdmPropertyImpl.getCustomizableFeedMappings() |
Modifier and Type | Method and Description |
---|---|
void |
EdmEntityTypeImpl.setCustomizableFeedMappings(EdmCustomizableFeedMappings edmCustomizableFeedMappings) |
void |
EdmPropertyImpl.setCustomizableFeedMappings(EdmCustomizableFeedMappings customizableFeedMappings) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.