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 |
---|---|
EdmContentKind |
EdmCustomizableFeedMappings.getFcContentKind()
Get the content kind
|
static EdmContentKind |
EdmContentKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdmContentKind[] |
EdmContentKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EdmContentKind |
CustomizableFeedMappings.getFcContentKind() |
Modifier and Type | Method and Description |
---|---|
CustomizableFeedMappings |
CustomizableFeedMappings.setFcContentKind(EdmContentKind fcContentKind)
Sets the
EdmContentKind . |
Modifier and Type | Method and Description |
---|---|
EdmContentKind |
EdmCustomizableFeedMappingsImpl.getFcContentKind() |
Modifier and Type | Method and Description |
---|---|
EdmCustomizableFeedMappingsImpl |
EdmCustomizableFeedMappingsImpl.setFcContentKind(EdmContentKind fcContentKind)
Sets the
EdmContentKind . |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.