| Package | Description | 
|---|---|
| org.apache.olingo.client.api.domain | |
| org.apache.olingo.client.api.serialization | |
| org.apache.olingo.commons.api.data | Contains all the data objects of OData responses and OData requests | 
| org.apache.olingo.server.api.deserializer | Olingo Server API - Deserializer
 
 The deserializer package is used to condense all about the Olingo deserialization. | 
| org.apache.olingo.server.api.serializer | Olingo Server API - Serializer
 
 The serializer package is used to condense all about the Olingo serialization. | 
| org.apache.olingo.server.api.uri | Olingo URI
 
 The URI package is used to condense all information about the OData path used to query the data. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ResWrap<Entity> | ClientEntitySetIterator. cached | 
| Modifier and Type | Method and Description | 
|---|---|
| Entity | ODataBinder. getEntity(ClientEntity entity)Gets an Entity from the given OData entity. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResWrap<Entity> | ODataDeserializer. toEntity(InputStream input)Gets an entity object from the given InputStream. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientEntity | ODataBinder. getODataEntity(ResWrap<Entity> resource)Gets ODataEntity from the given entity resource. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DeletedEntityA deleted entity contains the reason for deletion and the id. | 
| Modifier and Type | Method and Description | 
|---|---|
| Entity | Entity. addProperty(Property property)Add property to this Entity. | 
| Entity | Parameter. asEntity()Gets the value in its entity representation or null if it is not based on an entity value type. | 
| Entity | Link. getInlineEntity()Gets in-line entity. | 
| abstract Entity | EntityIterator. next()
 
 Which is an Entity for this type of iterator. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Entity> | EntityCollection. getEntities()Gets entities. | 
| Iterator<Entity> | EntityCollection. iterator() | 
| Iterator<Entity> | EntityIterator. iterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Link. setInlineEntity(Entity entity)Sets in-line entity. | 
| Modifier and Type | Method and Description | 
|---|---|
| Entity | DeserializerResult. getEntity()Returns an entity. | 
| Modifier and Type | Method and Description | 
|---|---|
| SerializerResult | ODataSerializer. entity(ServiceMetadata metadata,
      EdmEntityType entityType,
      Entity entity,
      EntitySerializerOptions options)Writes entity data into an InputStream. | 
| SerializerResult | ODataSerializer. reference(ServiceMetadata metadata,
         EdmEntitySet edmEntitySet,
         Entity entity,
         ReferenceSerializerOptions options)Writes a single entity reference into an InputStream. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | UriHelper. buildCanonicalURL(EdmEntitySet edmEntitySet,
                 Entity entity)Builds the relative canonical URL for the given entity in the given entity set. | 
| String | UriHelper. buildKeyPredicate(EdmEntityType edmEntityType,
                 Entity entity)Builds the key predicate for the given entity. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.