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<org.apache.olingo.commons.api.data.Property> resource) Gets an ODataProperty from the given property resource.ODataReader.readProperty(InputStream input, org.apache.olingo.commons.api.format.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.org.apache.olingo.commons.api.data.PropertyODataBinder.getProperty(ClientProperty property) Gets a Property from the given OData property.ODataWriter.writeProperty(ClientProperty property, org.apache.olingo.commons.api.format.ContentType format) Writes a single OData entity property.