Uses of Interface
org.apache.olingo.odata2.api.uri.info.PutMergePatchUriInfo
-
Packages that use PutMergePatchUriInfo Package Description org.apache.olingo.odata2.api.processor Data Processororg.apache.olingo.odata2.api.processor.part Processor Partsorg.apache.olingo.odata2.api.uri 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 PutMergePatchUriInfo Modifier and Type Method Description ODataResponseODataSingleProcessor. updateEntity(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType)ODataResponseODataSingleProcessor. updateEntityComplexProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType)ODataResponseODataSingleProcessor. updateEntityLink(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)ODataResponseODataSingleProcessor. updateEntityMedia(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)ODataResponseODataSingleProcessor. updateEntitySimpleProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)ODataResponseODataSingleProcessor. 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 PutMergePatchUriInfo Modifier and Type Method Description ODataResponseEntityProcessor. updateEntity(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType)Updates an entity.ODataResponseEntityComplexPropertyProcessor. updateEntityComplexProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType)Updates a complex property of an entity.ODataResponseEntityLinkProcessor. updateEntityLink(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)Updates the link to the target entity of a navigation property.ODataResponseEntityMediaProcessor. updateEntityMedia(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)Updates the media resource of an entity.ODataResponseEntitySimplePropertyProcessor. updateEntitySimpleProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)Updates a simple property of an entity.ODataResponseEntitySimplePropertyValueProcessor. 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.uri Modifier and Type Interface Description interfaceUriInfoStructured parts of the request URI - the result of URI parsing.
-