Uses of Class
org.apache.olingo.commons.api.data.EntityCollection
Packages that use EntityCollection
Package
Description
Contains all the data objects of OData responses and OData requests
Olingo Server API - Deserializer
-
Uses of EntityCollection in org.apache.olingo.client.api.serialization
Methods in org.apache.olingo.client.api.serialization that return EntityCollectionModifier and TypeMethodDescriptionODataBinder.getEntitySet
(ClientEntitySet entitySet) Gets a EntitySet from the given OData entity set.Methods in org.apache.olingo.client.api.serialization that return types with arguments of type EntityCollectionModifier and TypeMethodDescriptionODataDeserializer.toEntitySet
(InputStream input) Gets an entity set object from the given InputStream.Method parameters in org.apache.olingo.client.api.serialization with type arguments of type EntityCollectionModifier and TypeMethodDescriptionODataBinder.getODataEntitySet
(ResWrap<EntityCollection> resource) Gets ODataEntitySet from the given entity set resource. -
Uses of EntityCollection in org.apache.olingo.commons.api.data
Subclasses of EntityCollection in org.apache.olingo.commons.api.dataModifier and TypeClassDescriptionclass
A Delta instance contains all added and deleted links and all deleted entities.Methods in org.apache.olingo.commons.api.data that return EntityCollectionMethods in org.apache.olingo.commons.api.data with parameters of type EntityCollectionModifier and TypeMethodDescriptionvoid
Link.setInlineEntitySet
(EntityCollection entitySet) Sets in-line entity set. -
Uses of EntityCollection in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer that return EntityCollectionModifier and TypeMethodDescriptionDeserializerResult.getEntityCollection()
Returns an entity collection.