Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
EntityCollection |
ODataBinder.getEntitySet(ClientEntitySet entitySet)
Gets a EntitySet from the given OData entity set.
|
Modifier and Type | Method and Description |
---|---|
ResWrap<EntityCollection> |
ODataDeserializer.toEntitySet(InputStream input)
Gets an entity set object from the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
ClientEntitySet |
ODataBinder.getODataEntitySet(ResWrap<EntityCollection> resource)
Gets ODataEntitySet from the given entity set resource.
|
Modifier and Type | Class and Description |
---|---|
class |
Delta
A Delta instance contains all added and deleted links and all deleted entities.
|
Modifier and Type | Method and Description |
---|---|
EntityCollection |
Link.getInlineEntitySet()
Gets in-line entity set.
|
Modifier and Type | Method and Description |
---|---|
void |
Link.setInlineEntitySet(EntityCollection entitySet)
Sets in-line entity set.
|
Modifier and Type | Method and Description |
---|---|
EntityCollection |
DeserializerResult.getEntityCollection()
Returns an entity collection.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.