Uses of Class
org.apache.olingo.commons.api.data.Property
Packages that use Property
Package
Description
Contains all the data objects of OData responses and OData requests
Olingo Server API - Deserializer
Olingo Server API - Serializer
-
Uses of Property in org.apache.olingo.client.api.serialization
Methods in org.apache.olingo.client.api.serialization that return PropertyModifier and TypeMethodDescriptionODataBinder.getProperty
(ClientProperty property) Gets a Property from the given OData property.Methods in org.apache.olingo.client.api.serialization that return types with arguments of type PropertyModifier and TypeMethodDescriptionODataDeserializer.toProperty
(InputStream input) Gets a property object from the given InputStream.Method parameters in org.apache.olingo.client.api.serialization with type arguments of type PropertyModifier and TypeMethodDescriptionODataBinder.getODataProperty
(ResWrap<Property> resource) Gets an ODataProperty from the given property resource. -
Uses of Property in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data that return PropertyMethods in org.apache.olingo.commons.api.data that return types with arguments of type PropertyModifier and TypeMethodDescriptionEntity.getProperties()
Gets properties.ComplexValue.getValue()
Get list of all values for this ComplexValue.Methods in org.apache.olingo.commons.api.data with parameters of type PropertyModifier and TypeMethodDescriptionEntity.addProperty
(Property property) Add property to this Entity. -
Uses of Property in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer that return PropertyModifier and TypeMethodDescriptionDeserializerResult.getProperty()
Returns a Property or collections of properties (primitive & complex). -
Uses of Property in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer with parameters of type PropertyModifier and TypeMethodDescriptionODataSerializer.complex
(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) Writes complex-type instance data into an InputStream.ODataSerializer.complexCollection
(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) Writes data of a collection of complex-type instances into an InputStream.ODataSerializer.primitive
(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) Writes primitive-type instance data into an InputStream.ODataSerializer.primitiveCollection
(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) Writes data of a collection of primitive-type instances into an InputStream.