| Package | Description |
|---|---|
| org.apache.olingo.commons.api.data |
Contains all the data objects of an OData responses and OData requests
|
| org.apache.olingo.commons.api.serialization |
| Modifier and Type | Method and Description |
|---|---|
Entity |
Entity.addProperty(Property property)
Add property to this Entity.
|
Entity |
Parameter.asEntity()
Get the value in its entity representation or null if it is not based on an entity ValueType
|
Entity |
Link.getInlineEntity()
Gets in-line entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
EntityCollection.getEntities()
Gets entities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Link.setInlineEntity(Entity entity)
Sets in-line entity.
|
| Modifier and Type | Method and Description |
|---|---|
ResWrap<Entity> |
ODataDeserializer.toEntity(InputStream input)
Gets an entity object from the given InputStream.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.