Package org.apache.solr.rest
Interface DELETEable
-
- All Known Implementing Classes:
RestManager.ManagedEndpoint
public interface DELETEable
Marker interface for resource classes that handle DELETE requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.restlet.representation.Representation
delete()
-