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 TypeInterfaceDescriptioninterface
ODataPropertyRequest<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 TypeMethodDescriptionboolean
ODataBinder.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.ext.proxy.commons
Methods in org.apache.olingo.ext.proxy.commons with type parameters of type ClientPropertyModifier and TypeMethodDescriptionprotected abstract <T extends ClientProperty>
List<T>AbstractStructuredInvocationHandler.getInternalProperties()
protected <T extends ClientProperty>
List<T>EntityInvocationHandler.getInternalProperties()
Methods in org.apache.olingo.ext.proxy.commons that return ClientPropertyModifier and TypeMethodDescriptionprotected abstract ClientProperty
AbstractStructuredInvocationHandler.getInternalProperty
(String name) protected ClientProperty
ComplexInvocationHandler.getInternalProperty
(String name) protected ClientProperty
EntityInvocationHandler.getInternalProperty
(String name) Methods in org.apache.olingo.ext.proxy.commons that return types with arguments of type ClientPropertyModifier and TypeMethodDescriptionprotected List<ClientProperty>
ComplexInvocationHandler.getInternalProperties()
-
Uses of ClientProperty in org.apache.olingo.ext.proxy.utils
Methods in org.apache.olingo.ext.proxy.utils that return ClientPropertyModifier and TypeMethodDescriptionstatic ClientProperty
CoreUtils.getODataProperty
(EdmEnabledODataClient client, String name, org.apache.olingo.commons.core.edm.EdmTypeInfo type, Object obj)