Class DefaultDeleteParam
java.lang.Object
de.hybris.platform.odata2services.odata.processor.handler.delete.DefaultDeleteParam
- All Implemented Interfaces:
DeleteParam
Default implementation of the
DeleteParam-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultDeleteParam.Builderorg.apache.olingo.odata2.api.processor.ODataContextGets theODataContextorg.apache.olingo.odata2.api.uri.info.DeleteUriInfoGets theDeleteUriInfo
-
Constructor Details
-
DefaultDeleteParam
public DefaultDeleteParam()
-
-
Method Details
-
deleteParam
-
getUriInfo
public org.apache.olingo.odata2.api.uri.info.DeleteUriInfo getUriInfo()Description copied from interface:DeleteParamGets theDeleteUriInfo- Specified by:
getUriInfoin interfaceDeleteParam- Returns:
- Uri info
-
getContext
public org.apache.olingo.odata2.api.processor.ODataContext getContext()Description copied from interface:DeleteParamGets theODataContext- Specified by:
getContextin interfaceDeleteParam- Returns:
- OData context
-