| Interface | Description |
|---|---|
| CommonODataEntity |
OData entity.
|
| CommonODataEntitySet |
OData entity collection.
|
| CommonODataObjectFactory |
Entry point for generating OData domain objects.
|
| CommonODataProperty |
OData entity property.
|
| ODataCollectionValue<OV extends ODataValue> |
OData collection property value.
|
| ODataComplexValue<OP extends CommonODataProperty> |
OData complex property value.
|
| ODataInvokeResult |
Marker interface for any OData domain object that can be returned by an operation invocation.
|
| ODataLinked | |
| ODataPrimitiveValue | |
| ODataPrimitiveValue.Builder | |
| ODataValue |
Abstract representation of an OData entity property value.
|
| Class | Description |
|---|---|
| AbstractODataPayload |
OData entity.
|
| AbstractODataValue |
Abstract representation of an OData entity property value.
|
| ODataError |
OData error.
|
| ODataErrorDetail |
OData details, for example { "error": {..., "details":[
{"code": "301","target": "$search" ,"message": "$search query option not supported"}
],...}}.
|
| ODataInlineEntity |
OData in-line entity.
|
| ODataInlineEntitySet |
OData in-line entity set.
|
| ODataItem |
Abstract representation of OData entities and links.
|
| ODataLink |
OData link.
|
| ODataLink.Builder | |
| ODataOperation | |
| ODataServiceDocument |
| Enum | Description |
|---|---|
| ODataLinkType |
OData link types.
|
| ODataPropertyType |
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.