Interface DELETEable

  • All Known Implementing Classes:
    RestManager.ManagedEndpoint

    public interface DELETEable
    Marker interface for resource classes that handle DELETE requests.
    • Method Detail

      • delete

        @Delete
        org.restlet.representation.Representation delete()