| Package | Description |
|---|---|
| org.apache.olingo.commons.api.data |
Contains all the data objects of OData responses and OData requests
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
ContextURL.Builder |
ContextURL.Builder.type(EdmType type)
Set the edm entity type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdmAction
A CSDL action.
|
interface |
EdmComplexType
A CSDL ComplexType element.
|
interface |
EdmEntityType
A CSDL EntityType element.
|
interface |
EdmEnumType
An EdmEnumType represents a set of related values.
|
interface |
EdmFunction
An EdmFunction as described in the OData specification
|
interface |
EdmOperation
A EdmOperation can either be an
EdmAction or an EdmFunction. |
interface |
EdmPrimitiveType
EdmPrimitiveType is a primitive type as defined in the Entity Data Model (EDM).
|
interface |
EdmStructuredType
EdmStructuralType is the base for a complex type or an entity type.
|
interface |
EdmTypeDefinition
An
EdmTypeDefinition defines a specialization of one of the possible primitive types. |
| Modifier and Type | Method and Description |
|---|---|
EdmType |
EdmTyped.getType()
See
EdmType for more information about possible types. |
EdmType |
EdmTerm.getType() |
EdmType |
EdmProperty.getTypeWithAnnotations()
See
EdmType for more information about possible types. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EdmStructuredType.compatibleTo(EdmType targetType)
Checks if this type is convertible to parameter
targetType |
| Modifier and Type | Method and Description |
|---|---|
EdmType |
EdmCast.getType()
Value cast to
|
EdmType |
EdmIsOf.getType()
The type which is checked again the child expression
|
Copyright © 2013–2020 The Apache Software Foundation. All rights reserved.