@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Delete
@Delete() public void removeAll(); @Delete("xml|json") public Representation removeAll(); @Delete("json?param=val") public Representation removeAllWithParam(); @Delete("json?param") public Representation removeAllWithParam(); @Delete("?param") public Representation removeAllWithParam();
public abstract String value
MetadataService
. For a list of all
predefined extensions, please check
MetadataService.addCommonExtensions()
. New extension can be
registered using
MetadataService.addExtension(String, org.restlet.client.data.Metadata)
method.Copyright © 2005-2015 Restlet.