| Action1<T> |
|
| AtomInfo |
Additional Atom information. |
| Delegate<T> |
Base interface for delegates, also known as decorators. |
| EntitySetInfo |
Entity-set title and href. |
| Named |
An object with a name. |
| NamedValue<T> |
A strongly-typed named value. |
| NamespacedAnnotation<T> |
An annotation (typed name-value pair) that lives in a namespace. |
| OAtomEntity |
Interface providing information for ATOM serialization. |
| OAtomStreamEntity |
|
| OCollection<T extends OObject> |
A homogeneous collection of OData objects of a given EdmType. |
| OCollection.Builder<T extends OObject> |
Builds an OCollection instance. |
| OComplexObject |
An instance of an EdmComplexType. |
| OComplexObject.Builder |
Builds an OComplexObject instance. |
| OCreateRequest<T> |
A consumer-side create-request builder. |
| OEntity |
An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set),
properties (typed, named values), and links (references to other entities). |
| OEntityGetRequest<T> |
A consumer-side entity-request builder, used for GET operations of a single entity. |
| OEntityId |
The identity of a single OData entity, consisting of an entity-set name and a unique entity-key within that set. |
| OEntityRequest<T> |
A consumer-side entity-request builder, used for operations on a single entity such as DELETE. |
| OExtensible<T> |
Basic extension mechanism. |
| OExtension<T> |
Marker for extension interfaces of a given type. |
| OFunctionParameter |
An immutable service operation parameter, consisting of a name, a strongly-typed value, and an edm-type. |
| OFunctionRequest<T> |
A consumer-side function-request builder. |
| OLink |
An OLink represents a reference to one or more OData entities. |
| OModifyRequest<T> |
A consumer-side modification-request builder, used for operations such as MERGE and UPDATE. |
| OObject |
OData instance object of the given EdmType. |
| OProperty<T> |
An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type. |
| OQueryRequest<T> |
A consumer-side query-request builder. |
| ORelatedEntitiesLink |
An ORelatedEntitiesLink represents a relationship to multiple OData entities. |
| ORelatedEntitiesLinkInline |
An ORelatedEntitiesLinkInline is an ORelatedEntitiesLink that also includes the referents inline. |
| ORelatedEntityLink |
An ORelatedEntityLink represents a relationship to a single OData entity. |
| ORelatedEntityLinkInline |
An ORelatedEntityLinkInline is an ORelatedEntityLink that also includes the referent inlined. |
| OSimpleObject<V> |
An instance of an EdmSimpleType, a primitive value in the OData type system. |
| OStructuralObject |
|
| Titled |
An object with a title. |