Uses of Interface
org.apache.olingo.odata2.api.uri.info.DeleteUriInfo
-
Packages that use DeleteUriInfo 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 DeleteUriInfo in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor with parameters of type DeleteUriInfo Modifier and Type Method Description ODataResponseODataSingleProcessor. deleteEntity(DeleteUriInfo uriInfo, String contentType)ODataResponseODataSingleProcessor. deleteEntityLink(DeleteUriInfo uriInfo, String contentType)ODataResponseODataSingleProcessor. deleteEntityMedia(DeleteUriInfo uriInfo, String contentType)ODataResponseODataSingleProcessor. deleteEntitySimplePropertyValue(DeleteUriInfo uriInfo, String contentType) -
Uses of DeleteUriInfo in org.apache.olingo.odata2.api.processor.part
Methods in org.apache.olingo.odata2.api.processor.part with parameters of type DeleteUriInfo Modifier and Type Method Description ODataResponseEntityProcessor. deleteEntity(DeleteUriInfo uriInfo, String contentType)Deletes an entity.ODataResponseEntityLinkProcessor. deleteEntityLink(DeleteUriInfo uriInfo, String contentType)Deletes the link to the target entity of a navigation property.ODataResponseEntityMediaProcessor. deleteEntityMedia(DeleteUriInfo uriInfo, String contentType)Deletes the media resource of an entity.ODataResponseEntitySimplePropertyValueProcessor. deleteEntitySimplePropertyValue(DeleteUriInfo uriInfo, String contentType)Deletes the value of a simple property of an entity. -
Uses of DeleteUriInfo in org.apache.olingo.odata2.api.uri
Subinterfaces of DeleteUriInfo in org.apache.olingo.odata2.api.uri Modifier and Type Interface Description interfaceUriInfoStructured parts of the request URI - the result of URI parsing.
-