| Package | Description |
|---|---|
| org.apache.olingo.commons.api.data |
Contains all the data objects of OData responses and OData requests
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeletedEntity
A 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.
|
Copyright © 2013–2020 The Apache Software Foundation. All rights reserved.