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.ResWrap<org.apache.olingo.commons.api.data.Delta>ClientODataDeserializer.toDelta(InputStream input) Gets a delta object from the given InputStream.ResWrap<org.apache.olingo.commons.api.data.Entity>ODataDeserializer.toEntity(InputStream input) Gets an entity object from the given InputStream.ResWrap<org.apache.olingo.commons.api.data.EntityCollection>ODataDeserializer.toEntitySet(InputStream input) Gets an entity set object from the given InputStream.ResWrap<org.apache.olingo.commons.api.data.Property>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<org.apache.olingo.commons.api.data.Delta> resource) ODataBinder.getODataEntity(ResWrap<org.apache.olingo.commons.api.data.Entity> resource) Gets ODataEntity from the given entity resource.ODataBinder.getODataEntitySet(ResWrap<org.apache.olingo.commons.api.data.EntityCollection> resource) Gets ODataEntitySet from the given entity set resource.ODataBinder.getODataProperty(ResWrap<org.apache.olingo.commons.api.data.Property> resource) Gets an ODataProperty from the given property resource.<T> voidODataWriter.writeReference(ResWrap<URI> reference, org.apache.olingo.commons.api.format.ContentType format) Writes a entity reference