Uses of Class
org.apache.olingo.client.api.data.ResWrap
Packages that use ResWrap
Package
Description
-
Uses of ResWrap in org.apache.olingo.client.api.communication.response
Methods in org.apache.olingo.client.api.communication.response that return ResWrap -
Uses of ResWrap in org.apache.olingo.client.api.domain
Fields in org.apache.olingo.client.api.domain declared as ResWrap -
Uses of ResWrap in org.apache.olingo.client.api.serialization
Methods in org.apache.olingo.client.api.serialization that return ResWrapModifier and TypeMethodDescription<T> ResWrap<T>
ODataReader.read
(InputStream src, String format, Class<T> reference) Parses a stream into the object type specified by the given reference.ClientODataDeserializer.toDelta
(InputStream input) Gets a delta object from the given InputStream.ODataDeserializer.toEntity
(InputStream input) Gets an entity object from the given InputStream.ODataDeserializer.toEntitySet
(InputStream input) Gets an entity set object from the given InputStream.ODataDeserializer.toProperty
(InputStream input) Gets a property object from the given InputStream.ClientODataDeserializer.toServiceDocument
(InputStream input) Gets the ServiceDocument object represented by the given InputStream.Methods in org.apache.olingo.client.api.serialization with parameters of type ResWrapModifier and TypeMethodDescriptionODataBinder.getODataDelta
(ResWrap<Delta> resource) ODataBinder.getODataEntity
(ResWrap<Entity> resource) Gets ODataEntity from the given entity resource.ODataBinder.getODataEntitySet
(ResWrap<EntityCollection> resource) Gets ODataEntitySet from the given entity set resource.ODataBinder.getODataProperty
(ResWrap<Property> resource) Gets an ODataProperty from the given property resource.<T> void
ODataWriter.writeReference
(ResWrap<URI> reference, ContentType format) Writes a entity reference