Interface DeleteParam
- All Known Implementing Classes:
DefaultDeleteParam
public interface DeleteParam
Defines the parameters needed to perform the delete operation
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.olingo.odata2.api.processor.ODataContextGets theODataContextorg.apache.olingo.odata2.api.uri.info.DeleteUriInfoGets theDeleteUriInfo
-
Method Details
-
getContext
org.apache.olingo.odata2.api.processor.ODataContext getContext()Gets theODataContext- Returns:
- OData context
-
getUriInfo
org.apache.olingo.odata2.api.uri.info.DeleteUriInfo getUriInfo()Gets theDeleteUriInfo- Returns:
- Uri info
-