Uses of Interface
org.apache.olingo.client.api.domain.ClientProperty
Packages that use ClientProperty
Package
Description
-
Uses of ClientProperty in org.apache.olingo.client.api.communication.request.cud
Methods in org.apache.olingo.client.api.communication.request.cud with parameters of type ClientPropertyModifier and TypeMethodDescriptionCUDRequestFactory.getPropertyCollectionValueUpdateRequest(URI targetURI, ClientProperty property) Gets an update request object instance.CUDRequestFactory.getPropertyComplexValueUpdateRequest(URI targetURI, UpdateType type, ClientProperty property) Gets an update request object instance.CUDRequestFactory.getPropertyPrimitiveValueUpdateRequest(URI targetURI, ClientProperty property) Gets an update request object instance. -
Uses of ClientProperty in org.apache.olingo.client.api.communication.request.retrieve
Classes in org.apache.olingo.client.api.communication.request.retrieve with type parameters of type ClientPropertyModifier and TypeInterfaceDescriptioninterfaceODataPropertyRequest<T extends ClientProperty>This class implements an OData entity property query request.Methods in org.apache.olingo.client.api.communication.request.retrieve that return types with arguments of type ClientPropertyModifier and TypeMethodDescriptionRetrieveRequestFactory.getPropertyRequest(URI uri) Gets a uri request returning a single OData entity property. -
Uses of ClientProperty in org.apache.olingo.client.api.communication.response
Methods in org.apache.olingo.client.api.communication.response that return ClientProperty -
Uses of ClientProperty in org.apache.olingo.client.api.domain
Methods in org.apache.olingo.client.api.domain that return ClientPropertyModifier and TypeMethodDescriptionGets field.ClientEntity.getProperty(String name) Searches for property with given name.ClientObjectFactory.newCollectionProperty(String name, ClientCollectionValue<? extends ClientValue> value) Instantiates a new collection property.ClientObjectFactory.newComplexProperty(String name, ClientComplexValue value) Instantiates a new complex property.ClientObjectFactory.newEnumProperty(String name, ClientEnumValue value) Instantiates a new enum property.ClientObjectFactory.newPrimitiveProperty(String name, ClientPrimitiveValue value) Instantiates a new primitive property.Methods in org.apache.olingo.client.api.domain that return types with arguments of type ClientPropertyMethods in org.apache.olingo.client.api.domain with parameters of type ClientPropertyModifier and TypeMethodDescriptionClientComplexValue.add(ClientProperty field) Adds field to the complex type. -
Uses of ClientProperty in org.apache.olingo.client.api.serialization
Methods in org.apache.olingo.client.api.serialization that return ClientPropertyModifier and TypeMethodDescriptionODataBinder.getODataProperty(ResWrap<Property> resource) Gets an ODataProperty from the given property resource.ODataReader.readProperty(InputStream input, ContentType contentType) Parses a stream taking care to de-serialize the first OData entity property found.Methods in org.apache.olingo.client.api.serialization with parameters of type ClientPropertyModifier and TypeMethodDescriptionbooleanODataBinder.add(ClientEntity entity, ClientProperty property) Adds the given property to the given entity.ODataBinder.getProperty(ClientProperty property) Gets a Property from the given OData property.ODataWriter.writeProperty(ClientProperty property, ContentType format) Writes a single OData entity property. -
Uses of ClientProperty in org.apache.olingo.client.core.communication.request.cud
Methods in org.apache.olingo.client.core.communication.request.cud with parameters of type ClientPropertyModifier and TypeMethodDescriptionCUDRequestFactoryImpl.getPropertyCollectionValueUpdateRequest(URI targetURI, ClientProperty property) CUDRequestFactoryImpl.getPropertyComplexValueUpdateRequest(URI targetURI, UpdateType type, ClientProperty property) CUDRequestFactoryImpl.getPropertyPrimitiveValueUpdateRequest(URI targetURI, ClientProperty property) -
Uses of ClientProperty in org.apache.olingo.client.core.communication.request.retrieve
Classes in org.apache.olingo.client.core.communication.request.retrieve with type parameters of type ClientPropertyModifier and TypeClassDescriptionclassODataPropertyRequestImpl<T extends ClientProperty>This class implements an OData entity property query request.Methods in org.apache.olingo.client.core.communication.request.retrieve that return types with arguments of type ClientProperty -
Uses of ClientProperty in org.apache.olingo.client.core.domain
Classes in org.apache.olingo.client.core.domain that implement ClientPropertyMethods in org.apache.olingo.client.core.domain that return ClientPropertyModifier and TypeMethodDescriptionGets field.ClientEntityImpl.getProperty(String name) ClientObjectFactoryImpl.newCollectionProperty(String name, ClientCollectionValue<? extends ClientValue> value) ClientObjectFactoryImpl.newComplexProperty(String name, ClientComplexValue value) ClientObjectFactoryImpl.newEnumProperty(String name, ClientEnumValue value) ClientObjectFactoryImpl.newPrimitiveProperty(String name, ClientPrimitiveValue value) Methods in org.apache.olingo.client.core.domain that return types with arguments of type ClientPropertyModifier and TypeMethodDescriptionClientEntityImpl.getProperties()ClientComplexValueImpl.iterator()Complex property fields iterator.Methods in org.apache.olingo.client.core.domain with parameters of type ClientPropertyModifier and TypeMethodDescriptionClientComplexValueImpl.add(ClientProperty field) Adds field to the complex type. -
Uses of ClientProperty in org.apache.olingo.client.core.serialization
Methods in org.apache.olingo.client.core.serialization that return ClientPropertyModifier and TypeMethodDescriptionODataBinderImpl.getODataProperty(ResWrap<Property> resource) protected ClientPropertyODataBinderImpl.getODataProperty(EdmType type, Property resource) ODataReaderImpl.readProperty(InputStream input, ContentType contentType) Methods in org.apache.olingo.client.core.serialization with parameters of type ClientPropertyModifier and TypeMethodDescriptionbooleanODataBinderImpl.add(ClientEntity entity, ClientProperty property) ODataBinderImpl.getProperty(ClientProperty property) ODataWriterImpl.writeProperty(ClientProperty property, ContentType contentType)