| 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 |
|---|---|
Property |
Entity.getProperty(String name)
Gets property with given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
Entity.getProperties()
Gets properties.
|
List<Property> |
ComplexValue.getValue() |
| Modifier and Type | Method and Description |
|---|---|
Entity |
Entity.addProperty(Property property)
Add property to this Entity.
|
| Modifier and Type | Method and Description |
|---|---|
ResWrap<Property> |
ODataDeserializer.toProperty(InputStream input)
Gets a property object from the given InputStream.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.