Uses of Interface
org.apache.olingo.odata2.api.uri.info.PutMergePatchUriInfo
Packages that use PutMergePatchUriInfo
Package
Description
Data Processor
Processor Parts
URI Parser Facade
-
Uses of PutMergePatchUriInfo in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor with parameters of type PutMergePatchUriInfoModifier and TypeMethodDescriptionODataSingleProcessor.updateEntity(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType) ODataSingleProcessor.updateEntityComplexProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType) ODataSingleProcessor.updateEntityLink(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) ODataSingleProcessor.updateEntityMedia(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) ODataSingleProcessor.updateEntitySimpleProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) ODataSingleProcessor.updateEntitySimplePropertyValue(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) -
Uses of PutMergePatchUriInfo in org.apache.olingo.odata2.api.processor.part
Methods in org.apache.olingo.odata2.api.processor.part with parameters of type PutMergePatchUriInfoModifier and TypeMethodDescriptionEntityProcessor.updateEntity(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType) Updates an entity.EntityComplexPropertyProcessor.updateEntityComplexProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType) Updates a complex property of an entity.EntityLinkProcessor.updateEntityLink(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) Updates the link to the target entity of a navigation property.EntityMediaProcessor.updateEntityMedia(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) Updates the media resource of an entity.EntitySimplePropertyProcessor.updateEntitySimpleProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) Updates a simple property of an entity.EntitySimplePropertyValueProcessor.updateEntitySimplePropertyValue(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) Updates a simple property of an entity with an unformatted value. -
Uses of PutMergePatchUriInfo in org.apache.olingo.odata2.api.uri
Subinterfaces of PutMergePatchUriInfo in org.apache.olingo.odata2.api.uriModifier and TypeInterfaceDescriptioninterfaceStructured parts of the request URI - the result of URI parsing. -
Uses of PutMergePatchUriInfo in org.apache.olingo.odata2.core.uri
Classes in org.apache.olingo.odata2.core.uri that implement PutMergePatchUriInfo