|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AtomInfo | Additional Atom information. |
NamedValue<T> | A strongly-typed named value. |
OClientBehavior | Extension-point for modifying client http requests. |
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). |
OEntityRequest<T> | A consumer-side entity-request builder, used for operations on a single entity such as GET and DELETE. |
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. |
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 inline. |
Class Summary | |
---|---|
Guid | A custom Guid class is necessary to interop with .net Guid strings incompatible with UUID . |
NamedValues | A static factory to create immutable NamedValue instances. |
OClientBehaviors | A static factory to create built-in OClientBehavior instances. |
OComparators | A static factory to create useful Comparator instances. |
ODataConstants | Useful constants. |
ODataConstants.Headers | Http headers. |
OEntities | A static factory to create immutable OEntity instances. |
OEntityKey | An immutable entity-key, made up of either a single unnamed-value or multiple named-values. |
OFuncs | A static factory to create useful generic function instances. |
OLinks | A static factory to create immutable OLink instances. |
OPredicates | A static factory to create useful generic predicate instances. |
OProperties | A static factory to create immutable OProperty instances. |
Enum Summary | |
---|---|
ODataVersion | V1 or V2 |
OEntityKey.KeyType | SINGLE or COMPLEX |
Core odata4j concepts.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |